Issue #16917 has been updated by Josh Cooper. Status changed from Unreviewed to Needs More Information
Thanks for the report Dan. Puppet 2.6 is an older release, currently only receiving security related fixes. Can you try installing a puppet 2.7.19 agent, and using `puppet apply --debug <manifest>` with your sample manifest. This will show you what commands are being executed. Then try to run the commands yourself from the terminal and see if they are doing the right thing. ---------------------------------------- Bug #16917: password_min_age/password_max_age causes change notice in debian squeeze on every run https://projects.puppetlabs.com/issues/16917#change-73179 Author: Dan Urist Status: Needs More Information Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.6.3 Keywords: Branch: I'm running a mixed environment of Ubuntu Lucid and Debian Squeeze hosts. Both clients and server are puppet v2.6. I have user definitions like the following: user { 'durist': ensure => present, comment => 'Dan Urist', uid => 12345, gid => 'users', shell => '/bin/bash', password => 'XXX', password_min_age => 0, password_max_age => 99999, groups => ['admin']; } On the ubuntu hosts there are no issues, but every puppet run on one of the squeeze hosts generates the following change notices: notice: /Stage[main]/Base/User[durist]/password_min_age: defined 'password_min_age' as '0' notice: /Stage[main]/Base/User[durist]/password_max_age: defined 'password_max_age' as '99999' This is a nuisance since it generates noise in my puppet dashboard reports. -- 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.
