diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-12-16 09:41:03 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-12-16 09:41:03 -0200 |
commit | b371c43c3ea02d449d22f6cbc36ea48a06ae1e41 (patch) | |
tree | f89ab36b61d0c4c6ceef5f39bd9cc00f30c0c10d /manifests | |
parent | 26ed898b68199649575848c00a07eae49510fbb6 (diff) | |
download | puppet-drupal-b371c43c3ea02d449d22f6cbc36ea48a06ae1e41.tar.gz puppet-drupal-b371c43c3ea02d449d22f6cbc36ea48a06ae1e41.tar.bz2 |
Export PATH in drupal script
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f250fe9..34a4fb1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -39,7 +39,6 @@ class drupal( user => root, hour => "*/1", minute => "15", - path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', ensure => present, require => File['/usr/local/sbin/drupal'], } @@ -52,7 +51,6 @@ class drupal( weekday => 5, hour => "02", minute => "30", - path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', ensure => present, } @@ -63,7 +61,6 @@ class drupal( weekday => 4, hour => "02", minute => "30", - path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', ensure => present, require => File['/usr/local/sbin/drupal', '/usr/local/share/drupal/drupal6.make', @@ -77,7 +74,6 @@ class drupal( weekday => 4, hour => "02", minute => "30", - path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', ensure => present, require => File['/usr/local/sbin/drupal', '/usr/local/share/drupal/drupal7.make', |