[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r121: Add a local VM on my network, and remove the PMMan VM from buildbot.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 8 20:48:05 UTC 2012


------------------------------------------------------------
revno: 121
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2012-02-08 15:48:05 -0500
message:
  Add a local VM on my network, and remove the PMMan VM from buildbot.
  
  Doing slave builds won't work on the PMMan VM; too little disk space.
added:
  manifests/nodes/licquia-test.pp
modified:
  manifests/nodes/pmman-test.pp
-------------- next part --------------
=== added file 'manifests/nodes/licquia-test.pp'
--- a/manifests/nodes/licquia-test.pp	1970-01-01 00:00:00 +0000
+++ b/manifests/nodes/licquia-test.pp	2012-02-08 20:48:05 +0000
@@ -0,0 +1,10 @@
+# Test VM on Jeff's home network.
+node 'virtpc-opensuse.internal.licquia.org' {
+
+    include sudo
+
+    include puppet
+
+    include buildbot::slave
+
+}

=== modified file 'manifests/nodes/pmman-test.pp'
--- a/manifests/nodes/pmman-test.pp	2012-01-28 15:38:55 +0000
+++ b/manifests/nodes/pmman-test.pp	2012-02-08 20:48:05 +0000
@@ -7,6 +7,4 @@
 
     include puppet
 
-    include buildbot::slave
-
 }



More information about the lsb-messages mailing list