mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
9 lines
204 B
Text
9 lines
204 B
Text
![]() |
{% set postgres = salt['grains.filter_by']({
|
||
|
'Debian': {
|
||
|
'pkg': 'postgresql-9.1',
|
||
|
},
|
||
|
'RedHat': {
|
||
|
'pkg': 'postgresql',
|
||
|
},
|
||
|
}, merge=salt['pillar.get']('postgres:lookup')) %}
|