X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/92837c0f85ab30e0793bfb1010cfc126ce6d3dde..1f0495ace8de757939fde8a77b8070ab3d5f2681:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index d9bcaba1b..a24ea18f2 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -43,7 +43,7 @@ template "/etc/apache2/ports.conf" do source "ports.conf.erb" owner "root" group "root" - mode 0644 + mode 0o644 end service "apache2" do