]> git.openstreetmap.org Git - chef.git/commitdiff
wordpress: add php-imagick
authorGrant Slater <github@firefishy.com>
Tue, 14 Mar 2023 17:51:37 +0000 (17:51 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 14 Mar 2023 17:51:37 +0000 (17:51 +0000)
cookbooks/wordpress/recipes/default.rb

index 1cda2915cb2fa35d39f0a1295766534ba61f22f4..d68a7e50fa42f387ec9a418057153458ded95d35 100644 (file)
@@ -27,6 +27,7 @@ include_recipe "php::fpm"
 package %w[
   subversion
   php-mysql
+  php-imagick
 ]
 
 apache_module "proxy"