Hi Dan, I hope this was indeed intended for the list, seeing as I just received two messages from you to me directly. Something wonky on your end?
As for the issue below - in the OP's case, *no* run ever lead to a change of passwords. Cheers, Felix On 11/27/2013 12:46 PM, [email protected] wrote: > Why do you expect a password change on the second run ? > > From my observations, the parameter value has not changed between runs, so > there is nothing to change. > > -----Original Message----- > From: Felix Frank > To: puppet-users > Sent: November 27, 2013 at 5:32 AM > Subject: Re: [Puppet Users] puppet won't change user's password > > Hi, > > no, it's not. What version of puppet are you using? > > To make sure there is nothing funny going on with your overall manifest > structure, can you try this as root on the agent machine: > > puppet apply -e 'user { "username": password => "*" }' > > For me, this yields > > Notice: /User[username]/password: changed password > Notice: Finished catalog run in 0.53 seconds > > This is puppet 3.3.1. > > TIA, > Felix > > On 11/26/2013 04:36 PM, Sergey Arlashin wrote: >> > 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? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/5295DE69.80104%40alumni.tu-berlin.de. For more options, visit https://groups.google.com/groups/opt_out.
