[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r142: The master needs createrepo for the update scripts.

Jeff Licquia licquia at linuxfoundation.org
Fri Feb 10 19:35:14 UTC 2012


------------------------------------------------------------
revno: 142
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-02-10 14:35:14 -0500
message:
  The master needs createrepo for the update scripts.
modified:
  modules/buildbot/manifests/master.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/master.pp'
--- a/modules/buildbot/manifests/master.pp	2012-02-01 20:05:13 +0000
+++ b/modules/buildbot/manifests/master.pp	2012-02-10 19:35:14 +0000
@@ -7,6 +7,10 @@
         default               => 'htpasswd',
     }
 
+    package { 'createrepo':
+        ensure => present,
+    }
+
     exec { "make-buildbot":
         command => "/opt/buildbot/bin/pip install buildbot==$buildbotversion",
         cwd     => "/opt/buildbot",



More information about the lsb-messages mailing list