Re: [Puppet Users] expiry attribut of users applied every time

2012-12-12 Thread digrouz
Hello, Any updates when the fix will be implemented? On Thursday, October 11, 2012 9:23:42 PM UTC+2, Jeff McCune wrote: > > On Oct 11, 2012, at 12:13 PM, Stefan Schulte > > wrote: > > > On Thu, Oct 11, 2012 at 10:47:41AM -0700, Jeff McCune wrote: > >> Nicholas, > >> > >> [...] > >> We can

Re: [Puppet Users] expiry attribut of users applied every time

2012-10-11 Thread digrouz
d inactive : never Account expires : Jan 01, 2012 Minimum number of days between password change : 0 Maximum number of days between password change : 9 Number of days of warning before password expires

Re: [Puppet Users] expiry attribut of users applied every time

2012-10-10 Thread digrouz
I'm experencing this issue on both Red Hat 5 and 6. I'll post the output of the puppet resource user foo tomorrow when i'll be at work. it seems that this is an active bug: http://projects.puppetlabs.com/issues/11675#change-73099 -- You received this message because you are subscribed to the

[Puppet Users] expiry attribut of users applied every time

2012-10-10 Thread digrouz
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[x]/expiry: defined 'expiry' as '2012-01-01'

[Puppet Users] Re: help with array in a template.

2012-04-24 Thread digrouz
;%= fs %>] > virtualmountpoint<%= fs %> > <% end -%> > > I don't understand the Ruby in that, I copied it from someone else ;-) > > On 24/04/12 09:18, digrouz wrote: > > > > > > > > > > > Hello guys, > > > I would lik

[Puppet Users] help with array in a template.

2012-04-24 Thread digrouz
Hello guys, I would like to get some help with puppet about using an array in a template. I've a custom facts that return me this: tsm_vmp / /home /tmp /var/tmp /usr /var I have a class that use this facts to split it on every space and to a an entry in a template for each value, here i