Issue #11675 has been updated by Stefan Schulte.
The first attempt to fix the issue was reverted because it failed on ruby 1.8.7. Both - the first attempt and the revert - was first present in 3.1.0, but the final fix was first merged into 3.2.0. Unfortunately I can only select a target version of `3.1.0` or `3.3.0` when I try to update the ticket?! ---------------------------------------- Bug #11675: user expiry option fills up the logs https://projects.puppetlabs.com/issues/11675#change-97463 * Author: Bill Tong * Status: Closed * Priority: Normal * Assignee: * Category: provider * Target version: 3.1.0 * Affected Puppet version: 2.7.9 * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1424 ---------------------------------------- puppet should not change the expiry for a user unless the requested expiry differs from the current expiry. user { "root": uid => 0, ensure => "present", "expiry" => "2015-01-01", } will *always* log every time puppet runs. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
