Issue #16451 has been updated by Niels Abspoel.
Made a pull request for this bug to fix it, this needs a review. https://github.com/puppetlabs/puppet/pull/1157 ---------------------------------------- Bug #16451: systemd provider missing after /usr move https://projects.puppetlabs.com/issues/16451#change-71225 Author: Niels Abspoel Status: Unreviewed Priority: Normal Assignee: Category: service Target version: Affected Puppet version: 3.0.0-rc5 Keywords: systemd, usrmove, archlinux Branch: 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.
