You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
anyone have any smart ideas around scheduling puppet client runs during specific times ? such as outside of office hours ?
any options that can be set in the puppet.conf for example ?
Chris O'Donnell
unread,
Dec 11, 2012, 11:30:23 PM12/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Run puppet agent via cron. Add in a random delay so that all the clients don't hit the server at the same time. I use the following script and set to run every 30 minutes:
#!/bin/bash
# Grab a random value between 0-1740 (29 minutes).