postfix-formula/postfix/map.jinja

19 lines
476 B
Plaintext
Raw Normal View History

2015-02-26 16:19:08 +01:00
{% set postfix = salt['grains.filter_by']({
'Debian': {
'packages': ['postfix', 'postfix-policyd-spf-python'],
'service': 'postfix',
},
'Gentoo': {
'packages': ['mail-mta/postfix'],
'service': 'postfix',
},
2015-03-13 13:26:27 +01:00
'RedHat': {
'packages': ['postfix'],
'service': 'postfix',
},
'Arch' : {
'packages': ['postfix'],
'service': 'postfix',
},
2015-02-26 16:19:08 +01:00
}, merge=salt['pillar.get']('postfix:lookup')) %}