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

[BUGFIX] Remove the version constraint from xdebug. Always take the latest greatest...

parent 570abf22
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,7 @@
# THE SOFTWARE.
if node['platform_version'] == '16.04'
package 'php-xdebug' do
version ['2.4.0-1']
end
package 'php-xdebug'
template '/etc/php/' + node['ubuntu_base']['php_version'] + '/apache2/conf.d/xdebug.ini' do
mode '0644'
......
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