index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-04-12 20:00:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 20:00:18 +0200 |
commit | f9f6f8a4a935c0431ec5f1d2dab1fe4ab989a3d8 (patch) | |
tree | 7bdb9397b6c7225ac5c3edc7e99bcf283b2e5594 /deployments | |
parent | 24216bde897af17810f5a58073210117c26bf9d0 (diff) |
-rw-r--r-- | deployments/08:00:27:6f:0c:25.json | 7 |
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": { |