This project is mirrored from https://github.com/camptocamp/puppet-postfix.git.
Pull mirroring updated .
- 22 May, 2013 1 commit
-
-
Raphaël Pinson authored
Remove has_variable? and scope.lookupvar from templates Add parameters to postfix::files Pass parameters from postfix to postfix::files
-
- 20 May, 2013 17 commits
-
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
- 18 Jan, 2013 1 commit
-
-
Raphaël Pinson authored
Unable to drop outbound external mail using transports
-
- 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/
-
- 16 Dec, 2012 2 commits
-
-
Raphaël Pinson authored
Use single quotes to allow multi-values
-
Pedro González Serrano authored
Use single quotes to allow values containing spaces and commas
-
- 24 Oct, 2012 1 commit
-
-
Marc Fournier authored
Augeas lens incl
-
- 23 Oct, 2012 1 commit
-
-
Marc Fournier authored
-
- 16 Oct, 2012 2 commits
-
-
Marc Fournier authored
-
Marc Fournier authored
-
- 01 Oct, 2012 2 commits
-
-
Jeanneret Cedric authored
postfix - added support for myorigin override - needed on some special s...
-
Cedric Jeanneret authored
-
- 28 Sep, 2012 1 commit
-
-
Marc Fournier authored
postfix: improved mailx package name definition logic.
-
- 27 Sep, 2012 1 commit
-
-
Marc Fournier authored
-
- 26 Sep, 2012 2 commits
-
-
Marc Fournier authored
postfix::hash - elsif is incomaptible with pre-2.x puppet.
-
Marc Fournier authored
-
- 23 Sep, 2012 1 commit
-
-
Marc Fournier authored
-
- 10 Sep, 2012 7 commits
-
-
Raphaël Pinson authored
-
Raphaël Pinson authored
-
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.
-
Issey Llambias authored
-
Issey Llambias authored
-