From d91417979d0df8750a93e31f65c288607fbdd3db Mon Sep 17 00:00:00 2001 From: Maxime Haineault Date: Sun, 27 Jul 2014 01:58:18 -0400 Subject: [PATCH] Added other missing deps --- postgres/init.sls | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/postgres/init.sls b/postgres/init.sls index 7e38671..a505787 100644 --- a/postgres/init.sls +++ b/postgres/init.sls @@ -13,6 +13,12 @@ postgresql: postgresql-server-dev-9.3: pkg.installed + +libpq-dev: + pkg.installed + +python-dev: + pkg.installed {% if 'pg_hba.conf' in pillar.get('postgres', {}) %} pg_hba.conf: