[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r63: Create the new users in the current nodes.

Jeff Licquia licquia at linuxfoundation.org
Thu Jan 26 17:03:59 UTC 2012


------------------------------------------------------------
revno: 63
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-01-26 12:03:59 -0500
message:
  Create the new users in the current nodes.
modified:
  manifests/nodes/lsb1.pp
  manifests/nodes/pmman-test.pp
-------------- next part --------------
=== modified file 'manifests/nodes/lsb1.pp'
--- a/manifests/nodes/lsb1.pp	2012-01-26 02:05:56 +0000
+++ b/manifests/nodes/lsb1.pp	2012-01-26 17:03:59 +0000
@@ -1,5 +1,7 @@
 node 'lsb1.linux-foundation.org' {
 
+    include user::lfadmin, user::licquia
+
     include sudo
 
     include puppet::server

=== modified file 'manifests/nodes/pmman-test.pp'
--- a/manifests/nodes/pmman-test.pp	2012-01-23 00:41:00 +0000
+++ b/manifests/nodes/pmman-test.pp	2012-01-26 17:03:59 +0000
@@ -1,6 +1,8 @@
 # Test VM on Russ Herrold's network.
 node 'vm178231179.pmman.net' {
 
+    include user::lfadmin, user::licquia
+
     include sudo
 
     include puppet



More information about the lsb-messages mailing list