diff --git a/manifests/install.pp b/manifests/install.pp index ebe8403..780de5b 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -56,5 +56,6 @@ command => "su - -c '${drush_exe} status'", require => File[$drush_exe], refreshonly => true, + path => '/usr/bin:/usr/sbin:/bin:/sbin', } }