formula-postfix/postfix/map.jinja

11 lines
305 B
Plaintext
Raw Normal View History

2015-02-26 10:19:08 -05:00
{% set postfix = salt['grains.filter_by']({
'Debian': {
'packages': ['postfix', 'postfix-policyd-spf-python'],
'service': 'postfix',
},
'Gentoo': {
'packages': ['mail-mta/postfix'],
'service': 'postfix',
},
}, merge=salt['pillar.get']('postfix:lookup')) %}