From aa43c745f430885a1b2473c468aa1cd47f55cee0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 16 Jul 2013 09:27:45 +0100 Subject: [PATCH] Workaround crazy postgres paranoia --- cookbooks/planet/recipes/replication.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.2