aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-27 16:31:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-27 16:31:11 -0200
commit35f67d89f0cc4d287b47ee8515286260f120863c (patch)
tree9dae1b2fea7f5184880df7747aa15f42b15cd8cf
parent910f7d64f708f22fecf228b54c1728f311bb5c39 (diff)
downloadpuppet-drupal-35f67d89f0cc4d287b47ee8515286260f120863c.tar.gz
puppet-drupal-35f67d89f0cc4d287b47ee8515286260f120863c.tar.bz2
Updates drush to 8.1.15
-rw-r--r--manifests/drush.pp2
1 files changed, 1 insertions, 1 deletions
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':