This project is mirrored from https://github.com/camptocamp/puppet-postfix.git.
Pull mirroring updated .
- 24 Jul, 2013 1 commit
-
-
Raphaël Pinson authored
-
- 27 May, 2013 1 commit
-
-
Raphaël Pinson authored
-
- 17 Jan, 2013 1 commit
-
-
Ewoud Kohl van Wijngaarden authored
It's possible to have a blank destination. A typical use case is discarding everything except one domain[1]. example.org : .example.org : * discard: One would implement this using puppet-postfix as follows: postfix::transport { ['example.org', '.example.org']: destination => '', } postfix::transport { '*': destination => 'discard', } However, this will result into an error: err: /Stage[main]/MyClass/Postfix::Transport[example.org]/Augeas[Postfix transport - example.org]: Could not evaluate: Save failed with return code false err: /Stage[main]/MyClass/Postfix::Transport[.example.org]/Augeas[Postfix transport - .example.org]: Could not evaluate: Save failed with return code false The solution is to use clear instead of set if the destination is empty. This patch changes the destination to follow a similar pattern as nexthop. For convenience it also adds a default to destination since that can now be handled properly. Thus the following works. postfix::transport { ['example.org', '.example.org']: } postfix::transport { '*': destination => 'discard', } [1]: http://dannyman.toldme.com/2008/09/15/howto-postfix-deliver-external-devnull/
-
- 23 Oct, 2012 1 commit
-
-
Marc Fournier authored
-
- 16 Oct, 2012 1 commit
-
-
Marc Fournier authored
-
- 10 Sep, 2012 3 commits
-
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
Replace common::line with augeas in the postfix::transport. Modify the mailman and avocatsch modules with new destination syntax.
-
- 28 Mar, 2012 1 commit
-
-
Anton Lindström authored
Test with puppet parser validate and puppet-lint. http://docs.puppetlabs.com/guides/style_guide.html
-
- 15 Nov, 2011 2 commits
-
-
Marc Fournier authored
-
Marc Fournier authored
-
- 28 Aug, 2009 2 commits
-
-
Marc Fournier authored
-
Marc Fournier authored
-
- 21 Jul, 2009 1 commit
-
-
Marc Fournier authored
-
- 02 Mar, 2009 1 commit
-
-
Francois Deppierraz authored
find . -type f -exec perl -pi -e 's/postfix-ng/postfix/' {} \;
-
- 03 Dec, 2008 1 commit
-
-
Marc Fournier authored
-