changed the default aliases variable name to match the one checked in init.sls
This commit is contained in:
parent
307e1624b2
commit
ca7cb13ae9
@ -4,27 +4,27 @@
|
|||||||
'policyd_spf_pkg': 'postfix-policyd-spf-python',
|
'policyd_spf_pkg': 'postfix-policyd-spf-python',
|
||||||
'postgrey_pkg': 'postgrey',
|
'postgrey_pkg': 'postgrey',
|
||||||
'service': 'postfix',
|
'service': 'postfix',
|
||||||
'aliases': '/etc/aliases',
|
'aliases_file': '/etc/aliases',
|
||||||
},
|
},
|
||||||
'Gentoo': {
|
'Gentoo': {
|
||||||
'package': 'mail-mta/postfix',
|
'package': 'mail-mta/postfix',
|
||||||
'policyd_spf_pkg': 'mail-filter/pypolicyd-spf',
|
'policyd_spf_pkg': 'mail-filter/pypolicyd-spf',
|
||||||
'postgrey_pkg': 'mail-filter/postgrey',
|
'postgrey_pkg': 'mail-filter/postgrey',
|
||||||
'service': 'postfix',
|
'service': 'postfix',
|
||||||
'aliases': '/etc/mail/aliases',
|
'aliases_file': '/etc/mail/aliases',
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'package': 'postfix',
|
'package': 'postfix',
|
||||||
'policyd_spf_pkg': 'pypolicyd-spf',
|
'policyd_spf_pkg': 'pypolicyd-spf',
|
||||||
'postgrey_pkg': 'postgrey',
|
'postgrey_pkg': 'postgrey',
|
||||||
'service': 'postfix',
|
'service': 'postfix',
|
||||||
'aliases': '/etc/aliases',
|
'aliases_file': '/etc/aliases',
|
||||||
},
|
},
|
||||||
'Arch' : {
|
'Arch' : {
|
||||||
'package': 'postfix',
|
'package': 'postfix',
|
||||||
'policyd_spf_pkg': 'python-postfix-policyd-spf',
|
'policyd_spf_pkg': 'python-postfix-policyd-spf',
|
||||||
'postgrey_pkg': 'postgrey',
|
'postgrey_pkg': 'postgrey',
|
||||||
'service': 'postfix',
|
'service': 'postfix',
|
||||||
'aliases': '/etc/aliases',
|
'aliases_file': '/etc/aliases',
|
||||||
},
|
},
|
||||||
}, merge=salt['pillar.get']('postfix:lookup')) %}
|
}, merge=salt['pillar.get']('postfix:lookup')) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user