[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r598: Missed some bits for the supybot move, disable service while testing.

Jeff Licquia licquia at linuxfoundation.org
Thu Jul 10 18:17:54 UTC 2014


------------------------------------------------------------
revno: 598
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2014-07-10 14:17:54 -0400
message:
  Missed some bits for the supybot move, disable service while testing.
modified:
  manifests/nodes/lsb1.pp
  modules/supybot/manifests/init.pp
-------------- next part --------------
=== modified file 'manifests/nodes/lsb1.pp'
--- a/manifests/nodes/lsb1.pp	2014-06-26 19:04:10 +0000
+++ b/manifests/nodes/lsb1.pp	2014-07-10 18:17:54 +0000
@@ -21,6 +21,4 @@
 
     include buildbot::master
 
-    include supybot
-
 }

=== modified file 'modules/supybot/manifests/init.pp'
--- a/modules/supybot/manifests/init.pp	2014-07-10 18:15:05 +0000
+++ b/modules/supybot/manifests/init.pp	2014-07-10 18:17:54 +0000
@@ -38,7 +38,7 @@
         ensure => present,
         source => 'puppet:///modules/supybot/supybot.init',
         mode   => 0755,
-        notify => Service['supybot'],
+#        notify => Service['supybot'],
     }
 
 #    service { 'supybot':



More information about the lsb-messages mailing list