search for: encrypted_password_here

Displaying 1 result from an estimated 1 matches for "encrypted_password_here".

2011 Dec 19
2
Hosting the user password only, not the .bashrc and -bash_profile files
...difications to its bashrc and bash_profile files. What I''d like to do is to host its user password from puppet master, but not the bash-files. I tries this (we''re running Puppet Enterprise 2): -- code start -- pe_accounts::user { ''admin'': password => "encrypted_password_here", } -- code end -- but found that puppetmaster overwrites the user''s bash-files. So either I will have to start hosting the bash-files (which I''d like not to at the moment), or I must find a way to only change the admin password. Does anyone know how I get puppet to _not_ o...