postgres-formula/postgres/init.sls

10 lines
202 B
Text
Raw Normal View History

2013-07-16 10:23:53 -06:00
# pkg.install
postgresql:
pkg.installed:
{% if grains['os_family'] == 'RedHat' %}
- name: postgresql
{% elif grains['os_family'] == 'Debian' %}
- name: postgresql-9.1
{% endif %}