rename osmap to osfamilymap

This commit is contained in:
noelmcloughlin 2018-03-27 18:40:52 +01:00
parent 1a3d303fd2
commit 8887f96ed8
2 changed files with 2 additions and 2 deletions

View file

@ -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,