More debugging
This commit is contained in:
parent
d66c2fcbd1
commit
8c6185710e
|
|
@ -11,7 +11,7 @@
|
||||||
"sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null,
|
"sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null,
|
||||||
"su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : null,
|
"su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : null,
|
||||||
"systemctl start postgresql" : 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": {
|
"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,
|
"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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue