changeset 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 69df692e9c09
children 80b2fdd7ddfd
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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