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

[BUGFIX] Add missing php fpm restart in order to work directly

parent 0e623784
No related branches found
No related tags found
No related merge requests found
......@@ -29,3 +29,7 @@ end
template '/etc/php/' + node['ubuntu_base']['php_version'] + '/mods-available/xdebug.ini' do
mode '0644'
end
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