[Puppet Users] Re: weekend maintennce schedule

2011-10-01 Thread Kanishka Hettiarachchi
Thanks. I was hoping someone may have solved this issue. We intend to run reporting ($noop=true) every (say hour) and action/change only during weekend maintenance schedule. On Sep 30, 2:02 pm, Rob Braden r...@nullroutes.net wrote: Maybe run it from a cron (or at) job, or use something like

Re: [Puppet Users] Trigger when on any package change

2011-10-01 Thread Nigel Kersten
On Thu, Sep 29, 2011 at 12:22 PM, GeekBiker wentworth.r...@gmail.comwrote: I need to exec a program if ANY packages have been modified (added, removed, updated, etc). I tried subscribing to Package with a wildcard, but that isn't supported. Is there any way to trigger an exec if there were

[Puppet Users] Re: Variable interpolation in class parameters

2011-10-01 Thread Carlos Sanchez
I have created an issue at http://projects.puppetlabs.com/issues/9848 for reference -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/24FLyjL6q1wJ. To post to

[Puppet Users] Re: weekend maintennce schedule

2011-10-01 Thread Matt
You could write a custom fact to figure out the maintenance window. If its always at a specific time and day of the week then that should not be that hard to do. On Oct 1, 9:51 am, Kanishka Hettiarachchi kan_...@yahoo.com wrote: Thanks. I was hoping someone may have solved this issue. We intend

Re: [Puppet Users] Re: weekend maintennce schedule

2011-10-01 Thread Scott Smith
It has been, that's what cron does. On Sat, Oct 1, 2011 at 6:51 AM, Kanishka Hettiarachchi kan_...@yahoo.comwrote: Thanks. I was hoping someone may have solved this issue. We intend to run reporting ($noop=true) every (say hour) and action/change only during weekend maintenance schedule.

Re: [Puppet Users] Sudden failure with storeconfigs in 2.7.4

2011-10-01 Thread Daniel Pittman
On Sat, Oct 1, 2011 at 08:29, Nigel Kersten ni...@puppetlabs.com wrote: On Fri, Sep 30, 2011 at 9:31 AM, Ashley Penney apen...@gmail.com wrote: I export a @@host for each box (for horrible reasons) and do various things with that including building a /etc/hosts on each server.  Sometime today

Re: [Puppet Users] Trigger when on any package change

2011-10-01 Thread Ohad Levy
On Thu, Sep 29, 2011 at 10:22 PM, GeekBiker wentworth.r...@gmail.com wrote: I need to exec a program if ANY packages have been modified (added, removed, updated, etc).  I tried subscribing to Package with a wildcard, but that isn't supported. Is there any way to trigger an exec if there were

Re: [Puppet Users] Sudden failure with storeconfigs in 2.7.4

2011-10-01 Thread Ashley Penney
This was definitely the bug, I should have emailed an update after we figured out the cause! On Sat, Oct 1, 2011 at 2:49 PM, Daniel Pittman dan...@puppetlabs.comwrote: On Sat, Oct 1, 2011 at 08:29, Nigel Kersten ni...@puppetlabs.com wrote: On Fri, Sep 30, 2011 at 9:31 AM, Ashley Penney