postgres-formula/postgres/init.sls
2018-03-08 11:53:38 +00:00

9 lines
142 B
Text

include:
{% if grains.os == 'MacOS' %}
- postgres.macos
{% else %}
- postgres.server
- postgres.client
- postgres.manage
{% endif %}