[Puppet Users] Re: Alerts in puppet and puppetmaster

2009-08-16 Thread James Turnbull
Ohad Levy wrote: > you could parse the yaml files under yaml/node/hostname, it would > include the date of the last connection between the puppetmaster and its > client. Or there is puppetlast - also in the ext directory - that will output the last connection time/date/etc. Regards James Turnbul

[Puppet Users] Re: Alerts in puppet and puppetmaster

2009-08-16 Thread matt . adams
Thank you for your message. I am out of the office until August 17th and will respond after I return. Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send

[Puppet Users] Re: Alerts in puppet and puppetmaster

2009-08-16 Thread James Turnbull
Dear Matt It appears you are on leave! Congratulations! As you would know we all love a holiday. In future though could you consider tuning your out-of-office email to only respond to mailing lists once. My eternal thanks and I hope you have enjoyed your time away from the office. Kind Regard

[Puppet Users] Re: mailalias ... re-running newaliases despite no changes being made

2009-08-16 Thread Peter Meier
Hi > I've got a module that sets the root mail destination, and thereafter > runs newaliases: > > class shared-mailaliases > { > if ($skip_mailaliases != "true") > { > mailalias > { "root": > ensure=> present, >

[Puppet Users] userdel without -r switch

2009-08-16 Thread Asif Iqbal
Hi how do I tell with user type to use userdel with -r short of using exec type? i have a user account called `foo' so i created a test puppet file local to the system called test.pp # cat test.pp user {"foo": ensure => absent, managehome => true, } when I apply

[Puppet Users] Re: userdel without -r switch

2009-08-16 Thread Asif Iqbal
I see there is alreay a ticket on this for about 2 yrs now with no plan to work on it yet http://projects.reductivelabs.com/issues/552 On Sun, Aug 16, 2009 at 11:20 AM, Asif Iqbal wrote: > Hi > > how do I tell with user type to use userdel with -r short of using exec type? > > i have a user acc

[Puppet Users] Re: userdel without -r switch

2009-08-16 Thread Asif Iqbal
On Sun, Aug 16, 2009 at 12:39 PM, Asif Iqbal wrote: > I see there is alreay a ticket on this for about 2 yrs now with no > plan to work on it yet > > http://projects.reductivelabs.com/issues/552 looks like someone offered patches but not implemented yet http://projects.reductivelabs.com/issues/4

[Puppet Users] Re: Alerts in puppet and puppetmaster

2009-08-16 Thread Todd Zullinger
James Turnbull wrote: > It appears you are on leave! Congratulations! As you would know we > all love a holiday. In future though could you consider tuning your > out-of-office email to only respond to mailing lists once. Even once is too much for an autoresponse to a mailing list! But it's of

[Puppet Users] Re: userdel without -r switch

2009-08-16 Thread Peter Meier
> On Sun, Aug 16, 2009 at 12:39 PM, Asif Iqbal wrote: >> I see there is alreay a ticket on this for about 2 yrs now with no >> plan to work on it yet >> >> http://projects.reductivelabs.com/issues/552 > > looks like someone offered patches but not implemented yet > > http://projects.reductivelab

[Puppet Users] Re: puppetrun question

2009-08-16 Thread Andrew Heagle
On Friday 14 August 2009 06:38:21 Jordi Funollet wrote: > If your host has a firewall, remeber to open tcp/8193. > > Try this to get more information: > ># puppetrun --debug --foreground --host puppt-7-lab-vm > It just shows: # puppetrun --debug --foreground --host puppt-7-lab-vm debug: Parsi