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

[BUGFIX] Don't forget that xdebug must be avtivated

parent b981bf76
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ template '/etc/php/' + node['ubuntu_base']['php_version'] + '/mods-available/xde
mode '0644'
end
execute "phpenmod xdebug"
service "php#{node['ubuntu_base']['php_version']}-fpm" do
action :restart
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