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

[TASK] Simplify the HTTP2 condition

parent b79d0f7f
No related branches found
No related tags found
No related merge requests found
......@@ -71,13 +71,7 @@ if node['platform_version'] == '16.04'
end
apache_module 'http2' do
enable true
only_if { node['typo3_site']['allow_http2'] }
end
apache_module 'http2' do
disable true
not_if { node['typo3_site']['allow_http2'] }
enable 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