# HG changeset patch # User IBBoard # Date 1576842421 0 # Node ID 001e2f446837a99bad20ec132667fe1b53c404b3 # Parent 6467e768e353bf71031b06df9b111217b44a79f2 Add the Zip module to make Wordpress happy diff -r 6467e768e353 -r 001e2f446837 manifests/templates.pp --- 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