mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #197 from noelmcloughlin/notOSmap
Rename osmap to osfamilymap
This commit is contained in:
commit
7783058767
2 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{% import_yaml "postgres/defaults.yaml" as defaults %}
|
||||
{% import_yaml "postgres/osmap.yaml" as osmap %}
|
||||
{% import_yaml "postgres/osfamilymap.yaml" as osfamilymap %}
|
||||
{% import_yaml "postgres/codenamemap.yaml" as oscodenamemap %}
|
||||
|
||||
{% set postgres = salt['grains.filter_by'](
|
||||
defaults,
|
||||
merge=salt['grains.filter_by'](
|
||||
osmap,
|
||||
osfamilymap,
|
||||
grain='os_family',
|
||||
merge=salt['grains.filter_by'](
|
||||
oscodenamemap,
|
||||
|
|
Loading…
Add table
Reference in a new issue