[Puppet Users] Re: centos add user failed

2010-12-08 Thread Leonko
Thank you! Thank you! I did not knew what is important. On Nov 19, 9:28 pm, Felix Frank wrote: > On 11/17/2010 07:01 PM, Nan Liu wrote: > > > On Wed, Nov 17, 2010 at 4:00 AM, Leonko wrote: > >> Hello, I have problem with creating user under centos: > > >> part of my class: > > >>   user {jboss:

[Puppet Users] Re: centos add user failed

2010-12-08 Thread Leonko
Thank you. It real help for me/ now I use user { $username: ensure => present, home=> "$home/$username", shell => "/bin/bash", gid => $username, groups => ['wheel','users'], comment => "$uname", password => "$hash"; } Sorry fo

[Puppet Users] Re: centos add user failed

2010-11-17 Thread Leonko
Sorry. Problem realy only in Upper -G. By-hand with -g work fine! On 17 ноя, 15:00, Leonko wrote: > Hello, I have problem with creating user under centos: > > part of my class: > >    user {jboss: >            ensure   => present, >            home    => "$jboss_home", >            shell   => "/b