Update 08:00:27:6f:0c:25.json

This commit is contained in:
Anton Hvornum 2018-04-12 20:00:18 +02:00 committed by GitHub
parent 24216bde89
commit f9f6f8a4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1,15 +1,14 @@
{ {
"args" : { "args" : {
"password" : "0000", "password" : "0000"
"debug" : true
}, },
"post" : { "post" : {
"Installing DNS + Database": { "Installing DNS + Database": {
"pacman -Syy --noconfirm powerdns postgresql" : null "pacman -Syy --noconfirm powerdns postgresql" : null
}, },
"Setup Database": { "Setup Database": {
"sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null, "sh -c \"echo 'postgres:{pin}' | chpasswd\"" : {"debug" : true},
"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'\"" : {"debug" : true},
"systemctl start postgresql" : null "systemctl start postgresql" : null
}, },
"Setup DNS": { "Setup DNS": {