# HG changeset patch # User IBBoard # Date 1552212472 0 # Node ID 9de3c4d597e9e721099dc7652a42269e4f73cc23 # Parent 893391e42d94b498038b772a27b9bcfd42791bff Add imagick for PHP to staisfy a NextCloud recommendation diff -r 893391e42d94 -r 9de3c4d597e9 manifests/templates.pp --- 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