Add FreeBSD to map.jinja; root_grp, xbin_prefix to defaults.yaml
Accidentally already added config_path in the last commit, not redoing it again.
This commit is contained in:
parent
f30c63f9ed
commit
af5e9f8862
@ -7,4 +7,6 @@ postfix:
|
||||
package: postfix
|
||||
postsrsd_pkg: postsrsd
|
||||
postgrey_pkg: postgrey
|
||||
root_grp: root
|
||||
service: postfix
|
||||
xbin_prefix: /usr
|
||||
|
@ -61,6 +61,13 @@ that differ from whats in defaults.yaml
|
||||
'Arch' : {
|
||||
'policyd_spf_pkg': 'python-postfix-policyd-spf',
|
||||
},
|
||||
'FreeBSD' : {
|
||||
'policyd_spf_pkg': 'py27-postfix-policyd-spf-python',
|
||||
'aliases_file': '/etc/mail/aliases',
|
||||
'xbin_prefix': '/usr/local',
|
||||
'config_path': '/usr/local/etc/postfix',
|
||||
'root_grp': 'wheel',
|
||||
},
|
||||
}, merge=salt['pillar.get']('postfix:lookup')) %}
|
||||
|
||||
{## Merge the flavor_map to the default settings ##}
|
||||
|
Loading…
Reference in New Issue
Block a user