James Turnbull wrote:
> * User type now manages password age
>
> We’ve add a new feature to user providers manages_password_age, along
> with the new properties password_min_age and password_max_age to the
> user type. These represent password minimum and maximum age in days.
> The useradd and user_role_add providers now support these new properties.
>
> * User type now manages user expiry
>
> We’ve add a new feature to user providers, manages_expiry along with a
> new property, expiry. The expiry property is specified in the form of
> YYYY-MM-DD and sets an expiration date for an account
>
Sorry - I probably should have provided examples of all these new
properties:
user { "james":
password_min_age => '10',
password_max_age => '30',
expiry => '2010-09-30',
...
ensure => present,
}
Regards
James Turnbull
--
Puppet Labs - http://www.puppetlabs.com
C: 503-734-8571
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" 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-dev?hl=en.