Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-04-12 20:00:18 +0200
committerGitHub <noreply@github.com>2018-04-12 20:00:18 +0200
commitf9f6f8a4a935c0431ec5f1d2dab1fe4ab989a3d8 (patch)
tree7bdb9397b6c7225ac5c3edc7e99bcf283b2e5594 /deployments
parent24216bde897af17810f5a58073210117c26bf9d0 (diff)
Update 08:00:27:6f:0c:25.json
Diffstat (limited to 'deployments')
-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": {