Issue #16451 has been updated by eric sorenson. Assignee changed from eric sorenson to Adrien Thebo
Hi Adrien -- Can you please check out this pull request and make sure it's on the community-dev queue? I had started working on it a while back (as you can see!) but did not keep close tabs on it and it's been pending for a while. Thank you! https://github.com/puppetlabs/puppet/pull/1157 ---------------------------------------- Bug #16451: systemd provider missing after /usr move https://projects.puppetlabs.com/issues/16451#change-82501 Author: Niels Abspoel Status: In Topic Branch Pending Review Priority: Normal Assignee: Adrien Thebo 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
