]> git.openstreetmap.org Git - chef.git/commitdiff
Enable socache_shmcb for apache SSL support on 14.04
authorTom Hughes <tom@compton.nu>
Tue, 3 Jun 2014 07:41:09 +0000 (08:41 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 3 Jun 2014 07:41:09 +0000 (08:41 +0100)
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