Issue #4975 has been updated by Markus Roberts. Status changed from Accepted to Ready for Testing Branch set to MarkusQ:tickets/2.6.x/4975
---------------------------------------- Bug #4975: Password age issue in 2.6.2 http://projects.puppetlabs.com/issues/4975 Author: Matteo Cerutti Status: Ready for Testing Priority: Urgent Assignee: Markus Roberts Category: user Target version: 2.6.3 Affected version: 2.6.2 Keywords: Branch: MarkusQ:tickets/2.6.x/4975 Whenever I create a new user, using the latest puppet 2.6.2 I get the following error: <pre> ensure: change from absent to present failed: Could not create user xxxxx: Execution of '/usr/bin/chage xxxxx' returned 3: Negative numbers are not allowed as input (except -1) Changing aging information for xxxxx. Minimum Password Age [0]: Aging information not changed. </pre> If I do specify the parameter min_password_age => 0 when calling the user type then the error goes away, but every time I run puppet it tells me that the minimum age of the password will be set to 0. I would not really want to manage any password ages. Thanks, Matteo -- 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.
