aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-07-28 11:27:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-07-28 11:27:40 -0300
commit49f081938e5e5f0c30b51d9ac59d4dd5c67d86f3 (patch)
tree172027dde120d6702a537e043ec83a95f8c8d3b1
parente9fea4e089b5f94ff97afdf8725aaf3b92a86566 (diff)
downloadpuppet-drupal-49f081938e5e5f0c30b51d9ac59d4dd5c67d86f3.tar.gz
puppet-drupal-49f081938e5e5f0c30b51d9ac59d4dd5c67d86f3.tar.bz2
Minor fix
-rw-r--r--manifests/drush.pp2
1 files changed, 1 insertions, 1 deletions
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,