From 968fad8f948a9f644098f51e8a04fb5ad985c9ec Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 14 Apr 2019 16:06:35 +0200 Subject: Testing application specific configratuin (might auto-trigger in the future --- deployments/applications/postgresql.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deployments/applications/postgresql.json (limited to 'deployments') diff --git a/deployments/applications/postgresql.json b/deployments/applications/postgresql.json new file mode 100644 index 00000000..c420551b --- /dev/null +++ b/deployments/applications/postgresql.json @@ -0,0 +1,5 @@ +{ + "pacman -Syy --noconfirm postgresql" : null, + "systemctl enable postgresql" : null, + "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : null +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf