Skip to content
Snippets Groups Projects
Commit 840af1ac authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Also install php-imagick for PHP 7

parent 82f96036
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ include_recipe 'apache2::mod_ssl'
if node['platform_version'] == '16.04'
package 'libapache2-mod-php7.0'
%w(php php-cli php-curl php-intl php-gd php-mcrypt php-mysql php-xml php-json php-mbstring php-soap php-zip).each do |name|
%w(php php-cli php-curl php-intl php-gd php-mcrypt php-mysql php-xml php-json php-mbstring php-soap php-zip php-imagick).each do |name|
package name do
action :install
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment