Issue #16917 has been reported by Dan Urist.
----------------------------------------
Bug #16917: password_min_age/password_max_age causes change notice in debian
squeeze on every run
https://projects.puppetlabs.com/issues/16917
Author: Dan Urist
Status: Unreviewed
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.