mthibaut / puppet-users

The users module allows puppet management of user accounts through hiera or a hash of directly specified users.
http://forge.puppetlabs.com/mthibaut/users
10 stars 23 forks source link

Does it support setting custom home directory permissions like "0750" for a particular User Account ? #14

Open durga1983 opened 6 years ago

durga1983 commented 6 years ago

I am trying to control home directory permissions for a particular user account like below while giving other parameters like groups, shell.

So is there an option like _homepermission parameter to control the home directory ??

_UserName: ensure: present groups: sudo managehome: true shell: /bin/bash ssh_authorized_key_

Thanks Durga Prasad