This project is mirrored from https://github.com/camptocamp/puppet-postfix.git.
Pull mirroring updated .
- 21 Dec, 2022 1 commit
-
-
Romain Tartière authored
modulesync 5.4.0
-
- 20 Dec, 2022 1 commit
-
-
Tim Meusel authored
-
- 06 Dec, 2022 1 commit
-
-
Romain Tartière authored
Handle [host] vs [host]:port nexthop
-
- 04 Oct, 2022 1 commit
-
-
Tim Meusel authored
modulesync 5.3.0
-
- 02 Oct, 2022 1 commit
-
-
Tim Meusel authored
-
- 29 Aug, 2022 1 commit
-
-
Romain Tartière authored
-
- 25 Jul, 2022 1 commit
-
-
timdeluxe authored
-
- 28 Jun, 2022 1 commit
-
-
Romain Tartière authored
-
- 21 Jun, 2022 1 commit
-
-
Robert Waffen authored
Fix typos errors in postfix::satellite from PR 326
-
- 20 Jun, 2022 2 commits
-
-
cruelsmith authored
Because pick_default converts undef to an empty string we need to use lest here as a work around. https://tickets.puppetlabs.com/browse/MODULES-6534 For datatype consistency we also change it in the manifests/mta.pp.
-
cruelsmith authored
Fixes variable typos that has been added with Pull Request 326. This is just cosmetic since this values are also pick_default inside postfix::mta and does result to the same catalog on the systems.
-
- 05 May, 2022 5 commits
-
-
Tim Meusel authored
-
Tim Meusel authored
Release 3.0.0
-
Tim Meusel authored
-
Tim Meusel authored
modulesync 5.2.0
-
Tim Meusel authored
-
- 28 Apr, 2022 1 commit
-
-
Romain Tartière authored
-
- 25 Apr, 2022 3 commits
-
-
Benjamin Kübler authored
-
Benjamin Kübler authored
-
Benjamin Kübler authored
-
- 12 Apr, 2022 1 commit
-
-
Romain Tartière authored
Add switches for simple domain masquerade
-
- 13 Mar, 2022 1 commit
-
-
Greg Cox authored
-
- 09 Mar, 2022 1 commit
-
-
Pat Riehecky authored
-
- 23 Feb, 2022 2 commits
-
-
Garrett Honeycutt authored
increase dependency of puppet/alternatives to next major version
-
DIERCKXK authored
Version 4.0.0 of Forge Module puppet-alternatives has been out since November of 2032. It does not appear to have breaking changes. It would be nice for the dependencies on the Postfix module to reflect the latest versions.
-
- 11 Feb, 2022 1 commit
-
-
Steve Traylen authored
Declare CentOS 9 Support, Install s-nail on 9
-
- 10 Feb, 2022 9 commits
-
-
Steve Traylen authored
-
Steve Traylen authored
For CentOS 9 and RHEL 9 the `mailx` and `mail` commands are provided by the package `s-nail` rather than `mailx`. For information: https://www.sdaoden.eu/code.html#s-nail
-
Tim Meusel authored
Comply to rubocop 1.22.3
-
Steve Traylen authored
-
Steve Traylen authored
-
Steve Traylen authored
-
Steve Traylen authored
Quite a big reorg to case Debian vs non Debian.
-
Steve Traylen authored
-
Tim authored
-
- 19 Oct, 2021 4 commits
-
-
Kenyon Ralph authored
remove unneeded tests; provide error message for raise_error
-
Kenyon Ralph authored
map: handle regexp type
-
Kenyon Ralph authored
allow creation of postfix::map resources with hiera
-
Kenyon Ralph authored
init.pp: correct param numbers and use of optional
-
- 18 Oct, 2021 1 commit
-
-
Kenyon Ralph authored
Tests for wrong parameter data types aren't really needed since Puppet will do the type checking itself. These tests also caused warnings because they didn't provide specific error messages to the `raise_error` matcher. Also, provide error messages to the remaining `raise_error` matches that lacked error messages, to avoid warnings like this: WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was a Resource Statement, Postfix::... expects a match for Enum['absent', 'present'], got Tuple (line: 5) on node lithium.kenyonralph.com>. Instead consider provi ding a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /home/kenyon/git/ puppet-postfix/spec/defines/postfix_virtual_spec.rb:88:in `block (5 levels) in <top (required)>'.
-