I am trying to set a default schedule and not having a lot of luck. It doesn't
look like they are used a whole lot and I've had a hard time finding
documentation. What I would ultimately like is for the default schedule to be
daily from "17:00 - 03:00." I'm not sure if it'll work past midnight, if it
doesn't I can work around that. I found in a previous post to set the default
schedule define:
/etc/puppet/manifests/site.pp
Schedule{
period => hourly,
range => "17:00 - 23:00",
}
(I set it so it wouldn't cross midnight first, after I get this working I can
extend it and see if it still works)
The problem is that it looks like puppetd still processes everything even
though it is outside the scheduled window. What am I missing?
Thanks,
jl
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---