]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Cron rule change
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Mar 2010 23:53:33 +0000 (20:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Mar 2010 23:53:33 +0000 (20:53 -0300)
manifests/init.pp

index 4068c71dc72b15cae282d6defdb311f15089f8ef..faf94ca6db3f95b9c4037f02f37424ead5f5b173 100644 (file)
@@ -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'],
   }