Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deployments/applications/postgresql.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployments/applications/postgresql.json b/deployments/applications/postgresql.json
index c420551b..05976fd9 100644
--- a/deployments/applications/postgresql.json
+++ b/deployments/applications/postgresql.json
@@ -1,5 +1,5 @@
{
- "pacman -Syy --noconfirm postgresql" : null,
- "systemctl enable postgresql" : null,
- "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : null
+ "pacman -Syy --noconfirm postgresql" : {"debug" : true},
+ "systemctl enable postgresql" : {"debug" : true},
+ "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : {"debug" : true}
} \ No newline at end of file