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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5295CA2A.1050102%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to