Merge pull request #197 from noelmcloughlin/notOSmap

Rename osmap to osfamilymap
This commit is contained in:
Niels Abspoel 2018-03-27 20:17:57 +02:00 committed by GitHub
commit 7783058767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,