From 950fdc9e1a2fbfb8d4ce41e46c74a07aeed8f489 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 1 Nov 2010 00:13:27 +0100 Subject: [PATCH] add postgresql module Signed-off-by: Nico Schottelius --- conf/modules/postgresql/init | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 conf/modules/postgresql/init diff --git a/conf/modules/postgresql/init b/conf/modules/postgresql/init new file mode 100644 index 00000000..c02ccf46 --- /dev/null +++ b/conf/modules/postgresql/init @@ -0,0 +1,2 @@ +# Ensure postgresql 8.4 is instelled +__package --ensure installed --name postgresql-8.4