You need to supply the encrypted password in the manifest.

--
Later,
Darin


On Thu, Jan 10, 2013 at 4:55 PM, DJames <dominicrja...@gmail.com> wrote:
> 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 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.

-- 
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