aboutsummaryrefslogtreecommitdiff
path: root/manifests/definitions
AgeCommit message (Collapse)Author
2012-04-07put classes and defines in the proper placemh
To take advantage of puppet's autoloading feature, which will be mandatory sooner or later. We move all the files in their appropriate place.
2011-03-05Add support for managing header_checks.intrigeri
This support is modeled after the existing TLS policy management: the header_cheks file is produced by merging snippets shipped by the Puppet fileserver, a site-module and/or postfix::header_checks_snippet defines.
2010-12-14Remove bashism.intrigeri
In POSIX, string equality is tested using '='.
2010-11-10Add support for managing Postfix TLS policy.intrigeri
2010-09-23Correct mailalias wrapper definitionJerome Charaoui
2010-09-23Add mailalias resource wrapperJerome Charaoui
2010-08-17Group and ownership for hash filesSilvio Rhatto
2010-08-15Adding source parameter at postfix::hashSilvio Rhatto
2010-02-09postfix: added support for CentOS and UbuntuMarc Fournier
Based on a suggestion and patch from Nick Anderson. Thanks !
2009-08-28postfix: ensure had no default value in definitions.Marc Fournier
2009-08-28postfix: added/reformated documentationMarc Fournier
2009-08-28postfix: selinux labels differ from one distribution to anotherMarc Fournier
2009-07-21postfix: added a couple of missing depsMarc Fournier
2009-03-02postix-ng -> postfixFrancois Deppierraz
find . -type f -exec perl -pi -e 's/postfix-ng/postfix/' {} \;
2008-12-10Added selinux types.Marc Fournier
2008-12-03Initial import from bzr into github.Marc Fournier