From 3e1f46f13d02b5c874b98cf10915bf852dab0659 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Feb 2019 10:42:23 -0300 Subject: Rollback --- manifests/drush.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/drush.pp b/manifests/drush.pp index c9d4a2d..a2da324 100644 --- a/manifests/drush.pp +++ b/manifests/drush.pp @@ -1,5 +1,5 @@ class drupal::drush( - $version = hiera('drupal::drush::version', '0.6.0') + $version = hiera('drupal::drush::version', '8.1.18') ) { # Drush config folder file { '/etc/drush': @@ -49,7 +49,8 @@ class drupal::drush( #} exec { 'getdrush': - command => "/usr/bin/wget https://github.com/drush-ops/drush-launcher/releases/download/${version}/drush.phar -O /usr/local/bin/drush && chmod +x /usr/local/bin/drush", + #command => "/usr/bin/wget https://github.com/drush-ops/drush-launcher/releases/download/${version}/drush.phar -O /usr/local/bin/drush && chmod +x /usr/local/bin/drush", + command => "/usr/bin/wget https://github.com/drush-ops/drush/releases/download/${version}/drush.phar -O /usr/local/bin/drush && chmod +x /usr/local/bin/drush", user => 'root', cwd => '/tmp', timeout => 0, -- cgit v1.2.3