From: Grant Slater Date: Tue, 14 Mar 2023 17:51:37 +0000 (+0000) Subject: wordpress: add php-imagick X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e6577188ee9d8912fb243c8802475d9fa7aaf45e?hp=95fcd6112c03ecbcb1a463a657850166ed4477a7 wordpress: add php-imagick --- diff --git a/cookbooks/wordpress/recipes/default.rb b/cookbooks/wordpress/recipes/default.rb index 1cda2915c..d68a7e50f 100644 --- a/cookbooks/wordpress/recipes/default.rb +++ b/cookbooks/wordpress/recipes/default.rb @@ -27,6 +27,7 @@ include_recipe "php::fpm" package %w[ subversion php-mysql + php-imagick ] apache_module "proxy"