Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/08:00:27:6f:0c:25.json
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/08:00:27:6f:0c:25.json')
-rw-r--r--deployments/08:00:27:6f:0c:25.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/deployments/08:00:27:6f:0c:25.json b/deployments/08:00:27:6f:0c:25.json
index 48cf274e..09c51dcd 100644
--- a/deployments/08:00:27:6f:0c:25.json
+++ b/deployments/08:00:27:6f:0c:25.json
@@ -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": {