Update 00:01:23:45:67:89.json
This commit is contained in:
parent
c85ee514cc
commit
eca1038cf1
|
|
@ -8,9 +8,9 @@
|
||||||
"post" : {
|
"post" : {
|
||||||
"install database": "postgresql",
|
"install database": "postgresql",
|
||||||
"Configure database": {
|
"Configure database": {
|
||||||
"su - postgres -c \"psql -c \\\"CREATE DATABASE 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},
|
"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}
|
"su - postgres -c \"psql -c \\\"GRANT ALL PRIVILEGES ON DATABASE pdns TO pdns;\\\"\"" : {"boot" : true, "debug" : true}
|
||||||
},
|
},
|
||||||
"Configure OpenVPN" : {
|
"Configure OpenVPN" : {
|
||||||
"mkdir -p /etc/openvpn/server/vpn_ccd" : null,
|
"mkdir -p /etc/openvpn/server/vpn_ccd" : null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue