From: Silvio Rhatto Date: Thu, 7 May 2020 23:56:41 +0000 (-0300) Subject: Hiera 5 migration X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fc8c985a789bb8b028facf6be92bb4eae26aece4;p=puppet-drupal.git Hiera 5 migration --- 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':