Andreas Thienemann
f5d9a0e95d
Rework of PR #69 to fix Issue #68
...
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.
2018-10-04 16:53:30 +02:00
Alexander Weidinger
ae878da8fa
Use defaults.yaml and osmap.yaml
2017-12-08 12:12:56 +01:00
Florian Ermisch
af5e9f8862
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.
2017-08-24 11:27:43 +02:00
Florian Ermisch
f30c63f9ed
Import map.jinja+defaults.yaml structure from salt-formula
...
Now using the `deep_merge()` macro so we can move the
values which are identical on most distributions from
`map.jinja` to `defaults.yaml`.
2017-08-24 11:21:48 +02:00
david
8929c185fc
add support for postsrsd
2017-01-09 22:01:55 +01:00
Daniel Oetken
8e7544a5a8
install postfix addons ( Debian Only)
...
- mysql
- pcre
2016-05-24 11:52:18 +02:00
Dominik Schleich
ca7cb13ae9
changed the default aliases variable name to match the one checked in init.sls
2015-08-27 16:11:22 +02:00
Gilles Dartiguelongue
cbd9aeebe9
Restore policyd-spf support
2015-08-22 14:01:29 +02:00
Gilles Dartiguelongue
197c85bc1c
Simplify postfix package handling
...
It is only one package for all listed distributions.
2015-08-22 13:26:46 +02:00
Gilles Dartiguelongue
187c0945c2
Fix postgrey package name for Gentoo
2015-08-22 13:26:46 +02:00
Gilles Dartiguelongue
a5ddb403c8
Remove policyd SPF management until it is better managed
2015-08-22 13:26:46 +02:00
Gilles Dartiguelongue
36f627aad8
Add support for using distribution's aliases
2015-08-22 12:14:21 +02:00
Imran Haider
1792b58851
separate postgrey into a separate module
2015-07-11 05:31:11 -04:00
Imran Haider
0e3d0778bd
Add postgrey to list of packages to be installed in Arch
2015-06-20 16:53:49 -04:00
Imran Haider
76c3a7ba83
Add package/service name for Arch Linux
2015-05-02 21:01:09 -04:00
Seth Miller
f017b73325
add RedHat section to map.jinja
2015-03-13 20:26:27 +08:00
Marc Schiffbauer
6f85a25336
added map.jinja support
2015-02-26 16:19:08 +01:00