[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r665: Switch name of Puppet agent service on OpenSUSE.

Jeff Licquia licquia at linuxfoundation.org
Wed Apr 22 00:18:17 UTC 2015


------------------------------------------------------------
revno: 665
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2015-04-21 20:18:17 -0400
message:
  Switch name of Puppet agent service on OpenSUSE.
  
  For some reason, the packages we're using on OpenSUSE ship both an init.d
  and a systemd service file, and favors the init.d script.  So, don't fight
  it.
modified:
  modules/puppet/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/puppet/manifests/init.pp'
--- a/modules/puppet/manifests/init.pp	2015-04-22 00:13:00 +0000
+++ b/modules/puppet/manifests/init.pp	2015-04-22 00:18:17 +0000
@@ -29,7 +29,7 @@
     $puppetservice = "${operatingsystem}-${operatingsystemrelease}" ? {
         /^Fedora-16/ => 'puppet',
         /^Fedora-/   => 'puppetagent',
-        /^OpenSuSE-/ => 'puppetagent',
+        /^OpenSuSE-/ => 'puppet',
         default      => 'puppet',
     }
 



More information about the lsb-messages mailing list