Mercurial > repos > other > Puppet
changeset 14:534e584f21ce
Tweak time on permission setting script so that it is less likely to clash with LoadAVG run every 6 minutes
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 01 Dec 2014 21:28:45 +0000 |
parents | db4934b7ab12 |
children | e56e2ffeaf1d |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 &',