From: Tom Hughes Date: Tue, 16 Jul 2013 08:27:45 +0000 (+0100) Subject: Workaround crazy postgres paranoia X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/aa43c745f430885a1b2473c468aa1cd47f55cee0 Workaround crazy postgres paranoia --- diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index 140859f0e..6e3b6bc1e 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -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