From 81df161ffc7923e3dda6860a2a91581b2a62d58d Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Thu, 12 Apr 2018 22:53:21 +0200 Subject: Forgot to create the pdns user --- deployments/08:00:27:6f:0c:25.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'deployments') diff --git a/deployments/08:00:27:6f:0c:25.json b/deployments/08:00:27:6f:0c:25.json index 72bd9fd9..5c29575b 100644 --- a/deployments/08:00:27:6f:0c:25.json +++ b/deployments/08:00:27:6f:0c:25.json @@ -8,9 +8,10 @@ "pacman -Syy --noconfirm powerdns postgresql" : null }, "Setup Database": { - "sh -c \"echo 'postgres:{pin}' | chpasswd\"" : {"debug" : true}, - "su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : {"debug" : true}, - "systemctl start postgresql" : null + "sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null, + "su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : null, + "systemctl start postgresql" : null, + "su - postgres -c \"psql -c 'CREATE USER pdns WITH PASSWORD \\'SomePassword\\';'\"" : {"debug" : true} }, "Setup DNS": { "sh -c \"echo -e 'launch=gpgsql\ngpgsql-host=127.0.0.1\ngpgsql-user=pdns\ngpgsql-dbname=pdns\ngpgsql-password={PIN}' >> /etc/powerdns/pdns.conf\"" : null, -- cgit v1.2.3-70-g09d2