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 <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to