diff --git a/recipes/default.rb b/recipes/default.rb index b7809543954be416770c918aee2b71f6f8506232..c33513ba5505cdbb70c6d18299faabd3b5561a4a 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -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'