X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/92837c0f85ab30e0793bfb1010cfc126ce6d3dde..a68415b8f2bf106b6ea5948b0605c897b516ef4f:/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