Displaying 1 result from an estimated 1 matches for "kucfd3urk5290lvluo".
Did you mean:
kucfd3urk5290lvluoe
2013 Nov 26
9
puppet won't change user's password
Hi!
I''m trying to set password for a user.
I do the following:
user { "username":
password => ''*'',
}
And when I run puppet agent nothing happens. The password remains the same. But if I create a new user which doesn''t exist yet, the password is set without any problems.
Is this a normal behaviour of ''user'' type?
--