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

[BUGFIX] Use install instead of upgrade for the xdebug package

parent ebdd59ae
Branches master
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
# THE SOFTWARE. # THE SOFTWARE.
package 'php' + node['ubuntu_base']['php_version'] + '-xdebug' do package 'php' + node['ubuntu_base']['php_version'] + '-xdebug' do
action 'upgrade' action :install
end end
template '/etc/php/' + node['ubuntu_base']['php_version'] + '/mods-available/xdebug.ini' do template '/etc/php/' + node['ubuntu_base']['php_version'] + '/mods-available/xdebug.ini' do
......
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