Hi all,
I am using puppet 3.7.3.
I want my puppet agent to run twice a day, so in puppet.conf, I set runinterval:
# This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days(2d), or years (5y)
runinterval = 12h
However, how could I setup the puppet agent run to happen at a specific time?
For example, 2:00am and 2:00pm respectively?
Now it seems random. And whenever the machine is rebooted, it will run puppet agent.
Thanks,
Zaiwen