Mercurial > repos > other > Puppet
diff manifests/templates.pp @ 200:81dfe3ca043f puppet-3.6
Add "bcmath" module to PHP at Wordpress's suggestion
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 19 May 2019 15:51:15 +0100 |
parents | 23c4f6a38b57 |
children | e602c5f974ac |
line wrap: on
line diff
--- a/manifests/templates.pp Sat May 11 09:17:38 2019 +0100 +++ b/manifests/templates.pp Sun May 19 15:51:15 2019 +0100 @@ -423,7 +423,7 @@ class { 'website::php': suffix => $php_suffix, opcache => 'opcache', - extras => [ 'process', 'intl', 'pecl-imagick' ], + extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath' ], } #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user