]> git.openstreetmap.org Git - chef.git/commitdiff
Workaround crazy postgres paranoia
authorTom Hughes <tom@compton.nu>
Tue, 16 Jul 2013 08:27:45 +0000 (09:27 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 16 Jul 2013 08:27:45 +0000 (09:27 +0100)
cookbooks/planet/recipes/replication.rb

index 140859f0e414e6c0fab718f28123b61eca20f379..6e3b6bc1e79f6aa40bd1d0cd4bd443dc6718fda2 100644 (file)
@@ -98,9 +98,9 @@ end
 
 template "/etc/replication/users-agreed.conf" do
   source "users-agreed.conf.erb"
-  user "root"
+  user "planet"
   group "planet"
-  mode 0640
+  mode 0600
   variables :password => db_passwords["planetdiff"]
 end