Skip to content

Commit 99efe7e

Browse files
Merge pull request #79 from bawuenet/osfamily_rework
Rework of PR #69 to fix Issue #68
2 parents ca6b26e + f5d9a0e commit 99efe7e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

postfix/map.jinja

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
# vim: ft=jinja
33

44
{% import_yaml "postfix/defaults.yaml" as defaults %}
5-
{% import_yaml "postfix/osmap.yaml" as osmap %}
5+
{% import_yaml "postfix/osfamilymap.yaml" as os_familymap %}
66

77
{% set postfix = salt['grains.filter_by'](
88
defaults,
99
merge=salt['grains.filter_by'](
10-
osmap,
11-
grain='os',
10+
os_familymap,
1211
merge=salt['pillar.get']('postfix:lookup', {}),
1312
),
1413
base='postfix')
File renamed without changes.

0 commit comments

Comments
 (0)