From 9cd03692d22c2047925e2f1292868917fcd251c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Feb 2019 10:38:40 -0300 Subject: Drush: migrate to drush-launcher --- manifests/drush.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/drush.pp b/manifests/drush.pp index 4fb346a..1b605b7 100644 --- a/manifests/drush.pp +++ b/manifests/drush.pp @@ -1,5 +1,5 @@ class drupal::drush( - $version = hiera('drupal::drush::version', '8.1.18') + $version = hiera('drupal::drush::version', '0.6.0') ) { # Drush config folder file { '/etc/drush': @@ -49,7 +49,7 @@ class drupal::drush( #} exec { 'getdrush': - 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", + command => "/usr/bin/whet https://github.com/drush-ops/drush-launcher/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