From a8afe3ed5853be933eafbe5df6efb5ca56be87f3 Mon Sep 17 00:00:00 2001 From: Berry Langerak Date: Mon, 6 Oct 2014 11:48:12 +0200 Subject: [PATCH] Re-adding variables that I removed by accident.: --- postgres/map.jinja | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postgres/map.jinja b/postgres/map.jinja index ef82476..5d141a1 100644 --- a/postgres/map.jinja +++ b/postgres/map.jinja @@ -29,6 +29,9 @@ 'python': 'python-psycopg2', 'service': 'postgresql', 'conf_dir': '/var/lib/pgsql/data', + 'create_cluster': False, + 'init_db': True, + 'version': '9.1', }, }, merge=salt['grains.filter_by']({ '14.04': {