Re: [Puppet Users] manage passwords on several systems

2016-04-26 Thread Rob Nelson
Filip, is there a reason you're managing the shadow file directly instead of feeding the right strings into the user resource's password parameter? https://docs.puppet.com/puppet/latest/reference/type.html#user-attribute-password. That may obviate some of your issues. Otherwise, can you show the c

[Puppet Users] manage passwords on several systems

2016-04-26 Thread filip hosten
Hi, I'm writing a manifest to distribute the puppet master's shadow passwords for selected users to the clients. If a user want to change the password (as it is 1month valid) on the puppet master, it should be distributed to the nodes with the next run. I'm using "generate" in combination wit