From 2376ab2742f7379e23849645bacea3bd62b83638 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 20 Jun 2019 16:06:41 +0000 Subject: Turned on debugging --- deployments/applications/postgresql.json | 6 +++--- 1 file 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 -- cgit v1.2.3-70-g09d2