Re: [Puppet Users] help with user type
On Sat, Jul 9, 2011 at 5:04 AM, wrote: > Could really use some help with this. I have a simple class that > contains only this: > > user { "myuser": > ensure => "present", > home => "/home/myuser", > shell=> "/bin/bash", > uid => "1001", > gi
[Puppet Users] help with user type
Could really use some help with this. I have a simple class that contains only this: user { "myuser": ensure => "present", home => "/home/myuser", shell=> "/bin/bash", uid => "1001", gid => "1001", comment => "My user", }