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

[BUGFIX] Fix the condition in a valid way ...

parent 6c1299d3
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ if node['platform_version'] == '16.04'
apache_module 'http2' do
disable true
only_if { node['typo3_site']['allow_http2'] }
not_if { node['typo3_site']['allow_http2'] }
end
else
include_recipe 'apache2::mod_php5'
......
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