]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/ssl.rb
Enable socache_shmcb for apache SSL support on 14.04
[chef.git] / cookbooks / apache / recipes / ssl.rb
index 356416795afa86f525e4800d4f8aa2429fb34388..83280244a8f1a66228835fe63ddf761d528f57ab 100644 (file)
@@ -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