diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-01-21 22:32:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-01-21 22:32:32 -0200 |
commit | ec9346d13aff73d6f4358c23b768a1978c131883 (patch) | |
tree | 5d361cc56e5b5d5d019d6c1e5352bfb743c81d2f /manifests | |
parent | 8b14bceeba101b1b71c30ef20e3cad0a97c97f05 (diff) | |
download | puppet-drupal-ec9346d13aff73d6f4358c23b768a1978c131883.tar.gz puppet-drupal-ec9346d13aff73d6f4358c23b768a1978c131883.tar.bz2 |
Changing cron-update day
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 16f3388..9f283a7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -57,7 +57,7 @@ class drupal( command => "/usr/local/sbin/drupal cron-update", user => root, # Run once a week after security releases (usually on Wednesdays) - weekday => 4, + weekday => 5, hour => "02", minute => "30", ensure => present, |