postgres-formula/postgres/init.sls
2013-07-28 00:34:54 +02:00

9 lines
202 B
Text

# pkg.install
postgresql:
pkg.installed:
{% if grains['os_family'] == 'RedHat' %}
- name: postgresql
{% elif grains['os_family'] == 'Debian' %}
- name: postgresql-9.1
{% endif %}