postgres-formula/postgres/init.sls

10 lines
142 B
Text
Raw Normal View History

2018-03-08 11:41:19 +00:00
include:
2018-03-08 11:41:19 +00:00
{% if grains.os == 'MacOS' %}
- postgres.macos
{% else %}
- postgres.server
- postgres.client
- postgres.manage
2018-03-08 11:41:19 +00:00
{% endif %}