changeset 193:9de3c4d597e9 puppet-3.6

Add imagick for PHP to staisfy a NextCloud recommendation
author IBBoard <dev@ibboard.co.uk>
date Sun, 10 Mar 2019 10:07:52 +0000
parents 893391e42d94
children a08de3153548
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Tue Feb 12 21:04:51 2019 +0000
+++ b/manifests/templates.pp	Sun Mar 10 10:07:52 2019 +0000
@@ -407,7 +407,7 @@
 	class { 'website::php':
 		suffix => $php_suffix, 
 		opcache => 'opcache',
-		extras => [ 'process', 'intl' ],
+		extras => [ 'process', 'intl', 'pecl-imagick' ],
 	}
 
 	#Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user