]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/frontend.rb
Fix syntax for hash.
[chef.git] / cookbooks / web / recipes / frontend.rb
index 1be89358c4b874830ead201b4fca95c88ca12e77..636cb56d726274642a2bf068d4ea0dcd2ee10a2a 100644 (file)
@@ -23,7 +23,6 @@ include_recipe "web::rails"
 web_passwords = data_bag_item("web", "passwords")
 
 apache_module "alias"
-apache_module "deflate"
 apache_module "expires"
 apache_module "headers"
 apache_module "proxy_http"
@@ -46,5 +45,5 @@ template "/etc/logrotate.d/apache2" do
   source "logrotate.apache.erb"
   owner "root"
   group "root"
-  mode 0644
+  mode 0o644
 end