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" : {
"password" : "0000",
"debug" : true
"password" : "0000"
},
"post" : {
"Installing DNS + Database": {
"pacman -Syy --noconfirm powerdns postgresql" : null
},
"Setup Database": {
"sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null,
"su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : null,
"sh -c \"echo 'postgres:{pin}' | chpasswd\"" : {"debug" : true},
"su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : {"debug" : true},
"systemctl start postgresql" : null
},
"Setup DNS": {