]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Hiera 5 migration
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 May 2020 23:56:41 +0000 (20:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 May 2020 23:56:41 +0000 (20:56 -0300)
manifests/drush.pp

index a2da324c53ea6830cfaef3c20ce16c54342d1e2a..927b168d97cbe83490fa8ffc1f3796cdaa7a4118 100644 (file)
@@ -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':