aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:56:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:56:41 -0300
commitfc8c985a789bb8b028facf6be92bb4eae26aece4 (patch)
treed84a8436e8d0ad9747f15bbfb2cc94158dce402e
parent3e1f46f13d02b5c874b98cf10915bf852dab0659 (diff)
downloadpuppet-drupal-fc8c985a789bb8b028facf6be92bb4eae26aece4.tar.gz
puppet-drupal-fc8c985a789bb8b028facf6be92bb4eae26aece4.tar.bz2
Hiera 5 migration
-rw-r--r--manifests/drush.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/drush.pp b/manifests/drush.pp
index a2da324..927b168 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 = lookup('drupal::drush::version', undef, undef, '8.1.18')
) {
# Drush config folder
file { '/etc/drush':