From: Silvio Rhatto Date: Fri, 27 Oct 2017 18:31:11 +0000 (-0200) Subject: Updates drush to 8.1.15 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=35f67d89f0cc4d287b47ee8515286260f120863c;p=puppet-drupal.git Updates drush to 8.1.15 --- diff --git a/manifests/drush.pp b/manifests/drush.pp index c43164d..d434c97 100644 --- a/manifests/drush.pp +++ b/manifests/drush.pp @@ -1,5 +1,5 @@ class drupal::drush( - $version = hiera('drupal::drush::version', '8.0.1') + $version = hiera('drupal::drush::version', '8.1.15') ) { # Drush config folder file { '/etc/drush':