From: Tom Hughes Date: Tue, 7 Aug 2018 20:21:13 +0000 (+0100) Subject: Allow group write to the nodes database X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cf894718de9117eb4189e78f27e966c3a9b8dc93?ds=sidebyside Allow group write to the nodes database --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index d979d69aa..3e9f6a813 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -422,7 +422,7 @@ end file node[:tile][:node_file] do owner "tile" group "www-data" - mode 0o640 + mode 0o660 end directory "/var/log/tile" do