]> git.openstreetmap.org Git - chef.git/commitdiff
Allow group write to the nodes database
authorTom Hughes <tom@compton.nu>
Tue, 7 Aug 2018 20:21:13 +0000 (21:21 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 7 Aug 2018 20:21:13 +0000 (21:21 +0100)
cookbooks/tile/recipes/default.rb

index d979d69aa7753692f706eddbf846abc79f9167f3..3e9f6a813d2f3697d2536bd55a2587ecbfe044cc 100644 (file)
@@ -422,7 +422,7 @@ end
 file node[:tile][:node_file] do
   owner "tile"
   group "www-data"
 file node[:tile][:node_file] do
   owner "tile"
   group "www-data"
-  mode 0o640
+  mode 0o660
 end
 
 directory "/var/log/tile" do
 end
 
 directory "/var/log/tile" do