X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ad68d48eec22d48defaddd96e3841da23951c20e..09f04cdbddd45cb7074086a650cd3415c5b0fa70:/cookbooks/apache/recipes/ssl.rb diff --git a/cookbooks/apache/recipes/ssl.rb b/cookbooks/apache/recipes/ssl.rb index 356416795..83280244a 100644 --- a/cookbooks/apache/recipes/ssl.rb +++ b/cookbooks/apache/recipes/ssl.rb @@ -24,6 +24,10 @@ node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ certificate ] include_recipe "apache" include_recipe "ssl" +apache_module "socache_shmcb" do + only_if { node[:lsb][:release].to_f >= 14.04 } +end + apache_module "ssl" template "/etc/apache2/conf.d/ssl" do