Skip to content

Instantly share code, notes, and snippets.

@supercow
Created June 26, 2013 19:08
Show Gist options
  • Save supercow/5870490 to your computer and use it in GitHub Desktop.
Save supercow/5870490 to your computer and use it in GitHub Desktop.
# Run the puppet agent hourly
cron { 'run puppet agent':
command => '/opt/puppet/bin/puppet agent -t',
user => 'root',
minute => fqdn_rand(60),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment