mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
10 lines
298 B
Text
10 lines
298 B
Text
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
|
|
|
|
include:
|
|
{% if postgres.use_upstream_repo == 'postgresapp' %}
|
|
- postgres.macos.postgresapp
|
|
{% elif postgres.use_upstream_repo == 'homebrew' %}
|
|
- postgres.server
|
|
- postgres.client
|
|
{% endif %}
|
|
- postgres.dev
|