aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dev/drupal8.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-25 15:31:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-25 15:31:57 -0300
commit3cad26c412f1cc7525bb43624eedd993e9c6be2d (patch)
tree34dde53a67815e659a76f1d295f27d3db3c60b5a /manifests/role/dev/drupal8.pp
parent54c56759436016f3ac3e10ac02863e4a6e225821 (diff)
downloadpuppet-nodo-3cad26c412f1cc7525bb43624eedd993e9c6be2d.tar.gz
puppet-nodo-3cad26c412f1cc7525bb43624eedd993e9c6be2d.tar.bz2
Updates nodo::role::dev::drupal6 nodo::role::dev::drupal7 nodo::role::dev::drupal8
Diffstat (limited to 'manifests/role/dev/drupal8.pp')
-rw-r--r--manifests/role/dev/drupal8.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/role/dev/drupal8.pp b/manifests/role/dev/drupal8.pp
index 09933f1..73e3393 100644
--- a/manifests/role/dev/drupal8.pp
+++ b/manifests/role/dev/drupal8.pp
@@ -14,7 +14,8 @@ class nodo::role::dev::drupal8(
include nodo::utils::development::php
class { 'php':
- series => '7',
+ series => [ '7' ],
+ manage_mod_php => '7',
}
include database