diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-01-05 09:24:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-01-05 09:24:48 -0200 |
commit | 8b14bceeba101b1b71c30ef20e3cad0a97c97f05 (patch) | |
tree | 683f024f78f237ec4954b60aa54c2255dee5f4fc /manifests | |
parent | 99769c9ddaea302a46a2d2430bd6ab65616c172c (diff) | |
download | puppet-drupal-8b14bceeba101b1b71c30ef20e3cad0a97c97f05.tar.gz puppet-drupal-8b14bceeba101b1b71c30ef20e3cad0a97c97f05.tar.bz2 |
Run upgrades once a week after security releases (usually on Wednesdays)
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 c4a4e3b..16f3388 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 => 4, hour => "02", minute => "30", ensure => present, |