Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/08:00:27:6f:0c:25.json
diff options
context:
space:
mode:
authorLord Anton Hvornum <anton.feeds@gmail.com>2018-04-13 07:02:43 +0200
committerLord Anton Hvornum <anton.feeds@gmail.com>2018-04-13 07:02:43 +0200
commit8c6185710e2b5de3bd854124b7a9c66c4f2572ca (patch)
treed00afb7f959af8f6ea2ab2f6e9d1e5178d871fb3 /deployments/08:00:27:6f:0c:25.json
parentd66c2fcbd14b482271671430a741baba19e0e4e3 (diff)
More debugging
Diffstat (limited to 'deployments/08:00:27:6f:0c:25.json')
-rw-r--r--deployments/08:00:27:6f:0c:25.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/08:00:27:6f:0c:25.json b/deployments/08:00:27:6f:0c:25.json
index 313a2c83..423fe872 100644
--- a/deployments/08:00:27:6f:0c:25.json
+++ b/deployments/08:00:27:6f:0c:25.json
@@ -11,7 +11,7 @@
"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}
+ "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,