Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/postgresql.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-08-04 14:45:25 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-04 14:45:25 +0200
commit0b8a3d9540dd3a9a752a8736701b514a779d636b (patch)
treefc8f0767096597cc72a46d6559e590ef41b871b9 /profiles/applications/postgresql.json
parent44e920297b2fd6f929e379025cd239baa0d41cc5 (diff)
Removed legacy .json profiles. Not in favor of .py
Diffstat (limited to 'profiles/applications/postgresql.json')
-rw-r--r--profiles/applications/postgresql.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/applications/postgresql.json b/profiles/applications/postgresql.json
deleted file mode 100644
index 05976fd9..00000000
--- a/profiles/applications/postgresql.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "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