mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-10 23:01:45 +00:00
9 lines
142 B
Text
9 lines
142 B
Text
|
|
include:
|
|
{% if grains.os == 'MacOS' %}
|
|
- postgres.macos
|
|
{% else %}
|
|
- postgres.server
|
|
- postgres.client
|
|
- postgres.manage
|
|
{% endif %}
|