f5d9a0e95d
Issue #68 raised a valid problem: The postfix formula is using the osmap.yaml file incorrectly. It is being used to filter on the os grain but should instead be filtering on os_family to correctly account for Red Hat/CentOS similarities. PR #69 did the fix in a complex way as it only moved parts of the os mapping into the os_family mapping. This is a much simpler fix, as it just renames the file and uses it as a os_family map, which it actually is. If we really need to differentiate between os flavors inside the os_family at a later date, we can then add a lookup on the os grain. No need to complicate manners now.
26 lines
622 B
YAML
26 lines
622 B
YAML
Arch:
|
|
policyd_spf_pkg: python-postfix-policyd-spf
|
|
|
|
Debian:
|
|
policyd_spf_pkg: postfix-policyd-spf-python
|
|
pcre_pkg: postfix-pcre
|
|
mysql_pkg: postfix-mysql
|
|
|
|
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
|
|
dovecot_deliver: /usr/local/libexec/dovecot/deliver
|
|
|
|
Gentoo:
|
|
package: mail-mta/postfix
|
|
policyd_spf_pkg: mail-filter/pypolicyd-spf
|
|
postsrsd_pkg: mail-filter/postsrsd
|
|
postgrey_pkg: mail-filter/postgrey
|
|
aliases_file: /etc/mail/aliases
|
|
|
|
RedHat:
|
|
policyd_spf_pkg: pypolicyd-spf
|