We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca6b26e + f5d9a0e commit 99efe7eCopy full SHA for 99efe7e
postfix/map.jinja
@@ -2,13 +2,12 @@
2
# vim: ft=jinja
3
4
{% import_yaml "postfix/defaults.yaml" as defaults %}
5
-{% import_yaml "postfix/osmap.yaml" as osmap %}
+{% import_yaml "postfix/osfamilymap.yaml" as os_familymap %}
6
7
{% set postfix = salt['grains.filter_by'](
8
defaults,
9
merge=salt['grains.filter_by'](
10
- osmap,
11
- grain='os',
+ os_familymap,
12
merge=salt['pillar.get']('postfix:lookup', {}),
13
),
14
base='postfix')
postfix/osmap.yaml renamed to postfix/osfamilymap.yaml
0 commit comments