]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Fixes drupal script path at drupal::makefiles
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 2 Jun 2016 13:31:48 +0000 (10:31 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 2 Jun 2016 13:31:48 +0000 (10:31 -0300)
manifests/makefiles.pp

index 4f643fc49f2a0ef0b9ae94fc8c9c71340a6b92c9..28f250700e561aa130dcaf9c9d834e3109fc7f83 100644 (file)
@@ -40,7 +40,7 @@ class drupal::makefiles {
   }
 
   cron { "drupal-make-6":
-    command  => "/usr/local/sbin/drupal make 6",
+    command  => "/usr/local/bin/drupal make 6",
     user     => root,
     # Run once a week to ensure the server has all dependencies
     weekday  => 4,
@@ -53,7 +53,7 @@ class drupal::makefiles {
   }
 
   cron { "drupal-make-7":
-    command  => "/usr/local/sbin/drupal make 7",
+    command  => "/usr/local/bin/drupal make 7",
     user     => root,
     # Run once a week to ensure the server has all dependencies
     weekday  => 4,