This project is mirrored from https://github.com/camptocamp/puppet-postfix.git.
Pull mirroring updated .
- 26 Aug, 2021 4 commits
-
-
Christos Papageorgiou authored
-
Tim Meusel authored
Drop RedHat 6; Add CentOS 7/8 support
-
Christos Papageorgiou authored
Signed-off-by:
Christos Papageorgiou <christos.papageorgioy@gmail.com>
-
Tim Meusel authored
Allow stdlib 8.0.0
-
- 25 Aug, 2021 9 commits
-
-
Romain Tartière authored
Drop Fedora 28/29/30; Add Fedora 33/34 support
-
Christos Papageorgiou authored
Signed-off-by:
Christos Papageorgiou <christos.papageorgioy@gmail.com>
-
Romain Tartière authored
-
Alexander Fisher authored
Modulesync 4.2.0
-
Christos Papageorgiou authored
Signed-off-by:
Christos Papageorgiou <christos.papageorgioy@gmail.com>
-
Christos Papageorgiou authored
-
Christos Papageorgiou authored
-
Christos Papageorgiou authored
Signed-off-by:
Christos Papageorgiou <christos.papageorgioy@gmail.com>
-
Christos Papageorgiou authored
Signed-off-by:
Christos Papageorgiou <christos.papageorgioy@gmail.com>
-
- 23 Jun, 2021 1 commit
-
-
Raphaël Pinson authored
Signed-off-by:
Raphaël Pinson <raphael.pinson@camptocamp.com>
-
- 23 Apr, 2021 1 commit
-
-
Raphaël Pinson authored
Signed-off-by:
Raphaël Pinson <raphael.pinson@camptocamp.com>
-
- 22 Apr, 2021 1 commit
-
-
Tim Meusel authored
-
- 19 Apr, 2021 1 commit
-
-
Raphaël Pinson authored
-
- 18 Mar, 2021 1 commit
-
-
farlerac authored
smtpd_bind_address -> smtp_bind_address
-
- 03 Feb, 2021 1 commit
-
-
Romain Tartière authored
* Do not hardcode /etc/postfix In order to bring support for FreeBSD, do not use the hardcoded /etc/postfix path for the directory containing Postfix configuration: FreeBSD ports are installed with a /usr/local/ prefix (by default) so the configuration files on FreeBSD are stored in the /usr/local/etc/postfix directory. * Add support for FreeBSD * Make it possible to tune the "root" group FreeBSD does not have a "root" group. The corresponding group is named "wheel". Allow to setup a custom "root_group", and adjust FreeBSD configuration to set it to "wheel". * Adjust the test suite so that it pass on FreeBSD * Do not depend on $postfix::* before including postfix Some resources parameters depend on the value of variable from the postfix class. Ensure these values are substitued only after including postfix. * Move default values from hiera to init.pp These values are system-dependent, but this helps seeing the usual default value when genering references. * Move $manage_mailname parameter * Explicitely mark internal classes as private * Remove redundant postfix::params inclusion Co-authored-by:
Raphaël Pinson <github+aem1eeshi1@raphink.net> Co-authored-by:
Raphaël Pinson <github+aem1eeshi1@raphink.net>
-
- 20 Jan, 2021 1 commit
-
-
Raphaël Pinson authored
Signed-off-by:
Raphaël Pinson <raphael.pinson@camptocamp.com>
-
- 11 Jan, 2021 2 commits
-
-
Tobias Wolter authored
* Fix hardcoded map path The relationship definition for the map path in `Postfix::Transport` was hardcoded, so that any non-standard `$file` parameter did not create an automatic refresh of the map, even if it is defined as a `Postfix::Hash`. Fixed be replacing the hardcoded string with the `$file` variable, which means no change with expected behaviour. * Beaker dependencies in Gemfile * Remove CentOS 6
-
Tobias Wolter authored
The relationship definition for the map path in `Postfix::Transport` was hardcoded, so that any non-standard `$file` parameter did not create an automatic refresh of the map, even if it is defined as a `Postfix::Hash`. Fixed be replacing the hardcoded string with the `$file` variable, which means no change with expected behaviour.
-
- 16 Dec, 2020 1 commit
-
-
Romain Tartière authored
* Make rubocop happy * Make puppet-lint happy * Fix resetting bundler_args The default value was not cleared, resulting in prerequisites not being installed before running acceptance tests.
-
- 10 Dec, 2020 1 commit
-
-
farlerac authored
* allow for number of amavis scanning processes to be set instead of default of 2; replace smtpd_bind_address with smtp_bind_address (typo fix) * whoops! an integer, not a string. * remove quotes from integer * forgot to change parameter description of amavis_procs to integer * save typo fix for another pr
-
- 02 Oct, 2020 6 commits
-
-
Raphaël Pinson authored
* Transport: allow [host]:port syntax Fix #241 * Flatten changes * Fix spec tests for transport * Remove transport node when using smtp * No way to store bool result * Fix test when nexthop is undef
-
David Barr authored
- Add the `inet_protocols` variable. - Give examples for `include postfix` and `class { 'postfix': ... }`. Co-authored-by:
Raphaël Pinson <raphael.pinson@camptocamp.com>
-
Alan McGinlay authored
-
earsdown authored
Fixes an issue where if a postfix map $ensure is 'absent' the postmap exec resource causes puppet runs to fail.
-
micah authored
* Enhance virtual example to include a regexp virtual map * Enhance transport example to include a regexp transport
-
Julian authored
Add possibility to specify a template for master.cf Closes #91
-
- 23 Aug, 2020 1 commit
-
-
Kenyon Ralph authored
-
- 11 Feb, 2020 1 commit
-
-
rstuart-indue authored
* Add Solaris to supported OS types * Added master.cf template for Solaris * Changed the template used for Solaris master.cf * Renamed Solaris template * Updated params.pp to add full path to svcadm of Solaris * Add path param to newaliases exec * slight change to Solaris.yaml * fix duplicate command defn for newaliases
-
- 23 Jan, 2020 2 commits
-
-
Raphaël Pinson authored
-
Raphaël Pinson authored
* Add github_changelog_generator * Fix tag patterns * Release 1.10.0
-
- 22 Jan, 2020 3 commits
-
-
Raphaël Pinson authored
* Only manage_root_alias if manage_aliases * Not managed != not existing * Remove debian6 and debian7 acceptance tests
-
Raphaël Pinson authored
* Convert to PDK * Add beaker * Adjust Gemfile and .travis.yml * Rename tests dir into examples * Deactivate rubocop for now * Remove rspec config * Rubocop autocorrect * Fix Lint/ParenthesesAsGroupedExpression * rubocop autocorrect * Exclude examples tagged with excl
-
Bodenhaltung authored
-
- 09 Jan, 2020 1 commit
-
-
Raphaël Pinson authored
* Added hieradata definition. Migrated most params.pp logic to hieradata. Added Fedora to spec tests. * Corrected reversal of hiera.yaml names * Removed Archlinux items as they were intended for a subsequent update. * Move all params.pp logic to hiera * Simplify params.pp with hiera data Co-authored-by:
Quien Sabe <qs5779@mail.com>
-
- 26 Nov, 2019 1 commit
-
-
Alexander Fisher authored
-
- 23 Aug, 2019 1 commit
-
-
Jeremy Bowers authored
-