[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r701: Forgot part of the user implementation for dnalley.

Jeff Licquia licquia at linuxfoundation.org
Fri Apr 7 14:24:06 UTC 2017


------------------------------------------------------------
revno: 701
committer: Jeff Licquia <licquia at linuxfoundation.org
branch nick: puppet-lsb
timestamp: Fri 2017-04-07 10:24:06 -0400
message:
  Forgot part of the user implementation for dnalley.
modified:
  modules/user/manifests/virtual.pp
-------------- next part --------------
=== modified file 'modules/user/manifests/virtual.pp'
--- a/modules/user/manifests/virtual.pp	2013-08-08 19:17:01 +0000
+++ b/modules/user/manifests/virtual.pp	2017-04-07 14:24:06 +0000
@@ -65,4 +65,13 @@
         managehome  => true,
     }
 
+    @user { 'dnalley':
+        ensure      => present,
+        gid         => 'users',
+        comment     => 'David Nalley',
+        home        => '/home/dnalley',
+        shell       => '/bin/bash',
+        managehome  => true,
+    }
+
 }



More information about the lsb-messages mailing list