Mercurial > repos > other > Puppet
changeset 239:001e2f446837 puppet-3.6
Add the Zip module to make Wordpress happy
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 20 Dec 2019 11:47:01 +0000 |
parents | 6467e768e353 |
children | 960e737a120e |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Fri Dec 20 11:19:30 2019 +0000 +++ b/manifests/templates.pp Fri Dec 20 11:47:01 2019 +0000 @@ -437,7 +437,7 @@ class { 'website::php': suffix => $php_suffix, opcache => 'opcache', - extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath' ], + extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip' ], } #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user