Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/00:01:23:45:67:89.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-21 12:03:52 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2019-06-21 12:03:52 +0000
commitdfcab689ac61d244e6fef5e01e1fd403cb19efa9 (patch)
tree8a84970c2d23dd5ae9a9795ddd6e20535d6e7694 /deployments/00:01:23:45:67:89.json
parent697a16e4280d185e7b0a7b69afb01c8aab38aabb (diff)
Error creating pdns user
Diffstat (limited to 'deployments/00:01:23:45:67:89.json')
-rw-r--r--deployments/00:01:23:45:67:89.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/00:01:23:45:67:89.json b/deployments/00:01:23:45:67:89.json
index 7b665d4c..23f83653 100644
--- a/deployments/00:01:23:45:67:89.json
+++ b/deployments/00:01:23:45:67:89.json
@@ -12,7 +12,7 @@
"install database": "postgresql",
"Configure database": {
"su - postgres -c 'psql -c \"CREATE DATABASE pdns;\"'" : {"boot" : true, "debug" : true},
- "su - postgres -c 'psql -c \"CREATE USER pdns WITH ENCRYPTED PASSWORD '{db_pass}';\"'" : {"boot" : true, "debug" : true},
+ "su - postgres -c 'psql -c \"CREATE USER pdns WITH ENCRYPTED PASSWORD \\'{db_pass}\\';\"'" : {"boot" : true, "debug" : true},
"su - postgres -c 'psql -c \"GRANT ALL PRIVILEGES ON DATABASE pdns TO pdns;\"'" : {"boot" : true, "debug" : true},
"psql -U pdns -d pdns -a -f /usr/share/doc/powerdns/schema.pgsql.sql" : {"boot" : true, "debug" : true},
"echo '{db_pass}' > /mnt/root/db_pass.txt" : {"no-chroot" : true, "pass-args" : true},