mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
8 lines
204 B
Django/Jinja
8 lines
204 B
Django/Jinja
{% set postgres = salt['grains.filter_by']({
|
|
'Debian': {
|
|
'pkg': 'postgresql-9.1',
|
|
},
|
|
'RedHat': {
|
|
'pkg': 'postgresql',
|
|
},
|
|
}, merge=salt['pillar.get']('postgres:lookup')) %}
|