]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Do all mod_deflate configuration in global context
[chef.git] / cookbooks / apache / recipes / default.rb
index 6c2ee7932deb4d544437d722e499a91757cc7245..2b412eefca9fe0d270b6883425e2eec6bdb132ef 100644 (file)
@@ -77,6 +77,10 @@ apache_module "status" do
   variables :hosts => admins["hosts"]
 end
 
+apache_module "deflate" do
+  conf "deflate.conf.erb"
+end
+
 apache_module "reqtimeout" do
   action [:disable]
 end