Go to file
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
postfix Rework of PR #69 to fix Issue #68 2018-10-04 16:53:30 +02:00
test/integration/default Basic testing framework 2018-03-18 16:49:49 -03:00
.kitchen.yml Fix testing 2018-09-27 15:12:42 -03:00
.travis.yml Fix testing 2018-09-27 15:12:42 -03:00
Gemfile Fix testing 2018-09-27 15:12:42 -03:00
LICENSE remove extra new line characters 2015-05-07 13:45:46 -04:00
README.rst Allow for full managed master.cf services 2018-03-11 19:22:12 +01:00
pillar.example Merge pull request #75 from bawuenet/more_services 2018-10-01 22:49:54 +02:00

README.rst

postfix-formula

Formulas to set up and configure the Postfix mail transfer agent.

Available states

postfix

Installs and starts postfix SMTP server

postfix.config

Manages postfix main.cf and optionally the master.cf configuration file

postfix.policyd-spf ------------------

Installs and configures policyd-spf

postfix.postgrey ------------------

Installs and starts Postgrey service

postfix.mysql

Installs postfix mysql package ( Debian only)

postfix.pcre

Installs postfix pcre package ( Debian only)

postfix.postsrsd ------------------

Installs postfix postsrsd package