On Wed, Oct 10, 2012 at 1:39 AM, digrouz <[email protected]> wrote: > Hello, > > I have class users with manage some user accounts. for some of them i have > set the expiry attribut in the past '2012-01-01' to disable the account. > > The problem is that puppet set this expiration date at every run: > ... > /Stage[main]/Users/User[xxxxx]/expiry: defined 'expiry' as '2012-01-01' > ...
What operating system is this on? I'd like to try and reproduce the issue. A common issue is that the input string doesn't match the string Puppet is getting back from the system so Puppet always thinks there is a mis-match. In these cases, it might help to use the `puppet resource user foo` command to see what value for expiry Puppet is receiving from the system. -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
