# HG changeset patch # User IBBoard # Date 1417469325 0 # Node ID 534e584f21ce206cc14947d80e9c70c35256d89c # Parent db4934b7ab12520129b3999cb26d4cea992fd02c Tweak time on permission setting script so that it is less likely to clash with LoadAVG run every 6 minutes diff -r db4934b7ab12 -r 534e584f21ce manifests/templates.pp --- a/manifests/templates.pp Mon Dec 01 20:27:57 2014 +0000 +++ b/manifests/templates.pp Mon Dec 01 21:28:45 2014 +0000 @@ -456,7 +456,7 @@ cron { 'permissions': command => '/usr/local/bin/set-permissions', hour => 3, - minute => 5 + minute => 2 } cron { 'apf-refresh': command => '/etc/apf/apf --refresh >> /dev/null 2>&1 &',