[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r78: Don't try to install old buildbot Makefile.

Jeff Licquia licquia at linuxfoundation.org
Sat Jan 28 01:16:19 UTC 2012


------------------------------------------------------------
revno: 78
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-01-27 20:16:19 -0500
message:
  Don't try to install old buildbot Makefile.
modified:
  modules/buildbot/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/init.pp'
--- a/modules/buildbot/manifests/init.pp	2012-01-28 01:09:39 +0000
+++ b/modules/buildbot/manifests/init.pp	2012-01-28 01:16:19 +0000
@@ -21,12 +21,6 @@
         ensure => directory,
     }
 
-    file { "/opt/buildbot/Makefile":
-        ensure  => present,
-        source  => "puppet:///modules/buildbot/Makefile",
-        require => File['/opt/buildbot'],
-    }
-
     exec { "make-buildbot-virtualenv":
         command => "virtualenv --system-site-packages /opt/buildbot",
         cwd     => "/opt/buildbot",



More information about the lsb-messages mailing list