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
2 changed files with 9 additions and 0 deletions
|
@ -7,4 +7,6 @@ postfix:
|
||||||
package: postfix
|
package: postfix
|
||||||
postsrsd_pkg: postsrsd
|
postsrsd_pkg: postsrsd
|
||||||
postgrey_pkg: postgrey
|
postgrey_pkg: postgrey
|
||||||
|
root_grp: root
|
||||||
service: postfix
|
service: postfix
|
||||||
|
xbin_prefix: /usr
|
||||||
|
|
|
@ -61,6 +61,13 @@ that differ from whats in defaults.yaml
|
||||||
'Arch' : {
|
'Arch' : {
|
||||||
'policyd_spf_pkg': 'python-postfix-policyd-spf',
|
'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=salt['pillar.get']('postfix:lookup')) %}
|
||||||
|
|
||||||
{## Merge the flavor_map to the default settings ##}
|
{## Merge the flavor_map to the default settings ##}
|
||||||
|
|
Loading…
Reference in a new issue