X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/333279515fb94b7fbcf9ac1f98eb7e541139a797..a68415b8f2bf106b6ea5948b0605c897b516ef4f:/cookbooks/git/recipes/web.rb diff --git a/cookbooks/git/recipes/web.rb b/cookbooks/git/recipes/web.rb index ef116d4e0..5a59e1c4b 100644 --- a/cookbooks/git/recipes/web.rb +++ b/cookbooks/git/recipes/web.rb @@ -29,7 +29,7 @@ template "/etc/gitweb.conf" do source "gitweb.conf.erb" owner "root" group "root" - mode 0644 + mode 0o644 end apache_site node[:git][:host] do @@ -41,5 +41,5 @@ template "#{git_directory}/robots.txt" do source "robots.txt.erb" owner "root" group "root" - mode 0644 + mode 0o644 end