Issue #15037 has been updated by Nigel Kersten.

Are we sure we want to do this?
Are we going to support this sort of functionality for any parameter/property ?
Isn't there a reasonable workaround with a notify to an exec?

<pre>
user { "foo":
  ...
  notify => Exec["set_initial_password"],
}

exec { "set_initial_password":
  ...
  unless => whatever-condition-you-want,
}

</pre>


----------------------------------------
Feature #15037: ability to set initial user password
https://projects.puppetlabs.com/issues/15037#change-71657

Author: Darin Perusich
Status: Accepted
Priority: Normal
Assignee: Rob Sweet
Category: user
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Add functionality to the *user* type so one can set an initial password to be 
set upon account creation. Currently when puppet is managing a users password, 
if said password is changed puppet will reset it to whatever value has been 
configured.

This is a rehash of http://projects.puppetlabs.com/issues/2046


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to