Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-14 22:23:46 +0200
committerGitHub <noreply@github.com>2019-06-14 22:23:46 +0200
commiteca1038cf1e193488d868f7d26f7c48c0b6231a7 (patch)
treed9c33a6894e2b6a5276eba051edea062bec26b48 /deployments
parentc85ee514cc1c8c83e45070f9aab8cafa4a363e1d (diff)
Update 00:01:23:45:67:89.json
Diffstat (limited to 'deployments')
-rw-r--r--deployments/00:01:23:45:67:89.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployments/00:01:23:45:67:89.json b/deployments/00:01:23:45:67:89.json
index b09fcaea..19192736 100644
--- a/deployments/00:01:23:45:67:89.json
+++ b/deployments/00:01:23:45:67:89.json
@@ -8,9 +8,9 @@
"post" : {
"install database": "postgresql",
"Configure database": {
- "su - postgres -c \"psql -c \\\"CREATE DATABASE pdns;\\\"\"" : {"boot" : true},
- "su - postgres -c \"psql -c \\\"CREATE USER pdns WITH ENCRYPTED PASSWORD 'testpass';\\\"\"" : {"boot" : true},
- "su - postgres -c \"psql -c \\\"GRANT ALL PRIVILEGES ON DATABASE pdns TO pdns;\\\"\"" : {"boot" : true}
+ "su - postgres -c \"psql -c \\\"CREATE DATABASE pdns;\\\"\"" : {"boot" : true, "debug" : true},
+ "su - postgres -c \"psql -c \\\"CREATE USER pdns WITH ENCRYPTED PASSWORD 'testpass';\\\"\"" : {"boot" : true, "debug" : true},
+ "su - postgres -c \"psql -c \\\"GRANT ALL PRIVILEGES ON DATABASE pdns TO pdns;\\\"\"" : {"boot" : true, "debug" : true}
},
"Configure OpenVPN" : {
"mkdir -p /etc/openvpn/server/vpn_ccd" : null,