hi, all

Its a very common use-case to set common password for user/s on all nodes, i like to know if there is any Type or Function or Recipe available in puppet which support this case?
I have tried following approach but it didn't worked;

I am reading the password (md5 hash) stored in a file called "/myuserpwd.file"

Approach 1:
-----------------
$password = generate('/bin/cat', './myuserpwd.file')
user {$username:
                ensure => present,
                password => $password,
}

when i run the client it gives following message;

'Provider useradd does not support features manages_passwords; not managing attribute password'

I have read this; http://reductivelabs.com/trac/puppet/wiki/PuppetRedHatCentos

However, libshadow package (libshadow.so) is in /usr/local/libshadow directry.

can anyone help me out please!
--

M. Haris Farooque

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@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