From: Silvio Rhatto Date: Tue, 28 Jul 2020 14:27:40 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=49f081938e5e5f0c30b51d9ac59d4dd5c67d86f3;p=puppet-drupal.git Minor fix --- diff --git a/manifests/drush.pp b/manifests/drush.pp index 96678fc..0ea7c13 100644 --- a/manifests/drush.pp +++ b/manifests/drush.pp @@ -58,7 +58,7 @@ class drupal::drush( # Drush Legacy exec { 'getdrush_legacy': - command => "/usr/bin/wget https://github.com/drush-ops/drush/releases/download/${version}/drush.phar -O /usr/local/bin/drush-legacy && chmod +x /usr/local/bin/drush-legacy", + command => "/usr/bin/wget https://github.com/drush-ops/drush/releases/download/${legacy_version}/drush.phar -O /usr/local/bin/drush-legacy && chmod +x /usr/local/bin/drush-legacy", user => 'root', cwd => '/tmp', timeout => 0,