Re: [Puppet Users] Using puppet to change passwords on nix systems

2012-11-30 Thread O
Thanks for the suggestion, but I would like to stick to see if I can get that script working correctly first before using an additional management software. On Friday, November 30, 2012 1:19:08 AM UTC-5, Pete wrote: > > Hi. > > I have stopped using puppet to manage users. (I now use FreeIPA for

[Puppet Users] Using puppet to change passwords on nix systems

2012-11-29 Thread illectronic
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 ap