On Tuesday, May 31, 2011 at 10:50 AM, vella1tj wrote:

> user {'trevor' :
>  uid => 500,
>  groups => 'root',
>  comment => 'this user was created by Mr. Puppet',
>  ensure => present,
>  home => '/home/trevor',
>  shell => 'bin/bash',
> }
> 
> I created this to create a User using puppet this was an exercise
> given by one of my co-workers to get me to learn puppet quicker, I
> created this and once it's applied it works I can login as the user
> but.... the home directory is not created, This is using CentOS in
> VMware Fusion.
> 
You'll need to set the 'managehome' parameter to tell Puppet to actually create 
the home directory.
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com 
> (mailto:puppet-users@googlegroups.com).
> To unsubscribe from this group, send email to 
> puppet-users+unsubscr...@googlegroups.com 
> (mailto:puppet-users+unsubscr...@googlegroups.com).
> For more options, visit this group at 
> http://groups.google.com/group/puppet-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to