]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Rollback
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Feb 2019 13:42:23 +0000 (10:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Feb 2019 13:42:23 +0000 (10:42 -0300)
manifests/drush.pp

index c9d4a2d6e4e88f79cf751a4f1328ce71f512c9a3..a2da324c53ea6830cfaef3c20ce16c54342d1e2a 100644 (file)
@@ -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,