aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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':