Issue #16451 has been updated by Niels Abspoel.
Updated the pull request with your code-review should be good to go. ---------------------------------------- Bug #16451: systemd provider missing after /usr move https://projects.puppetlabs.com/issues/16451#change-73473 Author: Niels Abspoel Status: In Topic Branch Pending Review Priority: Normal Assignee: eric sorenson Category: service Target version: Affected Puppet version: Keywords: systemd, usrmove, archlinux Branch: https://github.com/puppetlabs/puppet/pull/1157 The systemd provider only looks for /bin/systemctl if it exists it will provide systemd functionality. But after the /usr move systemctl can also be fount in /usr/bin/systemctl and not in /bin/systemctl. Add a construct to systemd.rb to look if systemctl can be found in /usr/bin/systemctl. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
