Displaying 1 result from an estimated 1 matches for "illectron".
Did you mean:
electron
2012 Nov 30
7
Using puppet to change passwords on nix systems
Hi, I am new to this and I discovered a manifest in an old post that should
change passwords. It runs fine, but the password does not change. I am
wondering how this would work since it would need to change the shadow.
Thanks
define change_passwd($user,$passwd) {
exec { "/usr/bin/puppet apply -v -e \''user { \"${user}\": password
=> \"${passwd}\"