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
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
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
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'
;%= 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
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