[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r245: Really apply the 'big' profile on 64-bit chroots.

Jeff Licquia licquia at linuxfoundation.org
Wed Mar 14 14:31:47 UTC 2012


------------------------------------------------------------
revno: 245
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2012-03-14 10:31:47 -0400
message:
  Really apply the 'big' profile on 64-bit chroots.
modified:
  modules/buildbot/manifests/slavechroot.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slavechroot.pp'
--- a/modules/buildbot/manifests/slavechroot.pp	2012-03-13 01:12:11 +0000
+++ b/modules/buildbot/manifests/slavechroot.pp	2012-03-14 14:31:47 +0000
@@ -141,7 +141,7 @@
     }
 
     exec { 'puppet-update-bigword-chroot':
-        command   => "rsync -a /etc/puppet-chroot $bigwordchroot/tmp && ln -sf init_bigword.pp $bigwordchroot/tmp/puppet-chroot/modules/buildbotpw/manifests/init.pp && chroot $bigwordchroot puppet apply --modulepath=/tmp/puppet-chroot/modules -e '\$chroot = 'small' include buildbot::slave'",
+        command   => "rsync -a /etc/puppet-chroot $bigwordchroot/tmp && ln -sf init_bigword.pp $bigwordchroot/tmp/puppet-chroot/modules/buildbotpw/manifests/init.pp && chroot $bigwordchroot puppet apply --modulepath=/tmp/puppet-chroot/modules -e '\$chroot = 'big' include buildbot::slave'",
         path      => [ '/bin', '/sbin', '/usr/bin', '/usr/sbin' ],
         logoutput => true,
     }



More information about the lsb-messages mailing list