Issue #18129 has been updated by Charlie Sharpsteen. Status changed from Investigating to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1468
This was merged in [378f220](https://github.com/puppetlabs/puppet/commit/378f22051b06deeb1447455f80c338c672814c02) ---------------------------------------- Bug #18129: systemd provider not working on Arch Linux https://projects.puppetlabs.com/issues/18129#change-87035 Author: Etienne Perot Status: In Topic Branch Pending Review Priority: Normal Assignee: Charlie Sharpsteen Category: service Target version: Affected Puppet version: 3.0.1 Keywords: arch_linux, systemd Branch: https://github.com/puppetlabs/puppet/pull/1468 Arch Linux recently made the transition from sysvinit to systemd. As such, Puppet's default provider for the `service` type should be `systemd` on Arch Linux. There's two issues with the current version of Puppet available in Arch's AUR (3.0.1 as of this writing): 1. If no provider is specified, Puppet currently uses `init` as provider, which is wrong. 2. If the `systemd` provider is explicitly specified, Puppet will complain that it is not functional, because it is looking for `/bin/systemctl` whereas it is at `/usr/bin/systemctl` under Arch. -- 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.
