diff options
-rw-r--r-- | manifests/makefiles.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/makefiles.pp b/manifests/makefiles.pp index 4f643fc..28f2507 100644 --- a/manifests/makefiles.pp +++ b/manifests/makefiles.pp @@ -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, |