diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-08 11:38:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-08 11:38:34 -0200 |
commit | 99769c9ddaea302a46a2d2430bd6ab65616c172c (patch) | |
tree | ea51c4cf383b74901f410d6b0a00e473af1d0a06 /manifests | |
parent | d5a8510237227e2afe0e71a0bb6ec2a154419f19 (diff) | |
download | puppet-drupal-99769c9ddaea302a46a2d2430bd6ab65616c172c.tar.gz puppet-drupal-99769c9ddaea302a46a2d2430bd6ab65616c172c.tar.bz2 |
Commented: drupal-update weekday
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 5c62627..c4a4e3b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -56,6 +56,8 @@ class drupal( cron { "drupal-update": command => "/usr/local/sbin/drupal cron-update", user => root, + # Run once a week after security releases (usually on Wednesdays) + # weekday => 4, hour => "02", minute => "30", ensure => present, |