diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 4068c71..faf94ca 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -27,9 +27,8 @@ class drupal inherits pear { cron { "drupal-cron": command => "/usr/local/sbin/drupal cron &> /dev/null", user => root, - hour => "*", - minute => "10", - weekday => "*", + hour => "*/1", + minute => "15", ensure => present, require => File['/usr/local/sbin/drupal'], } |