I understand that you must change the password on the host itself first, 
then change the password in /etc/puppet/modules/users/manifests/init.pp

what makes the password encrypted? Do i just put the non-encrypted new root 
password in the following sections? then puppet encrypts it?


lass users {
   case $operatingsystem {
      'RedHat', 'CentOS': {
         user {
            "root":
               comment  => '[ROOT]',
               uid      => 0,
               gid      => "root",
               home     => "/root",

password => $ ? {
                  4 => '',
                  5 => '',
                  6 => '',




-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/mEeGNkFMgusJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to