you can always use the mini-daemon puppetlisten-
http://github.com/ohadlevy/puppet/tree/266e9108c268daf0b2e319bc202d51101b6f594f/ext/puppetlisten

Cheers,
Ohad

On Thu, May 21, 2009 at 10:39 AM, Greg <greg.b...@gmail.com> wrote:

>
> Just thinking about it a bit more... You could control that cron job
> from puppet,
> that would give you the ability to change it as you require..
> Something like:
>
> cron { puppetd:
>    command => "/usr/local/bin/puppetd --onetime",
>    user => root,
>    hour => 2,
>    minute => 0
> }
>
> Obviously this still doesn't allow you to do ad-hoc runs as you would
> have to
> wait for the next scheduled run to update the crontab, but it does
> allow you
> to control the schedule on a more globally...
>
> On May 21, 12:16 pm, chakkerz <chakk...@gmail.com> wrote:
> > Yeah ... that's what i thought. Thanks though :)
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to