Created
March 27, 2012 00:50
-
-
Save ody/2211197 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cron { 'puppet': | |
| ensure => present, | |
| command => 'puppet agent --onetime --splay 60 --no-daemonize', | |
| minute => [ fqdn_rand(30), fqdn_rand(30) + 29 ], | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment