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

[BUGFIX] Install the missing php bridge (module) for apache

parent 5e36ed8e
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ include_recipe 'apache2'
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 ).each do |name|
package name do
action :install
......
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