Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-20 16:06:41 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2019-06-20 16:06:41 +0000
commit2376ab2742f7379e23849645bacea3bd62b83638 (patch)
tree3c7b5dfb9c5382f5c39789a4542c1dd638544531
parent964502be7c7e91dc9ba1913dfe6f338ff8d45718 (diff)
Turned on debugging
-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