aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-02-28 10:38:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-02-28 10:38:40 -0300
commit9cd03692d22c2047925e2f1292868917fcd251c3 (patch)
tree80e5352399ab50033c525b6b1a0c89a0fe8ceada
parent157624c9d79a1e7bf0557610f041bb82f92252ee (diff)
downloadpuppet-drupal-9cd03692d22c2047925e2f1292868917fcd251c3.tar.gz
puppet-drupal-9cd03692d22c2047925e2f1292868917fcd251c3.tar.bz2
Drush: migrate to drush-launcher
-rw-r--r--manifests/drush.pp4
1 files 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,