projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4f47a
)
Only return output from exim when a pipe command fails
author
Tom Hughes
<tom@compton.nu>
Tue, 27 Jun 2017 19:18:21 +0000
(20:18 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 27 Jun 2017 19:18:21 +0000
(20:18 +0100)
cookbooks/exim/templates/default/exim4.conf.erb
patch
|
blob
|
history
diff --git
a/cookbooks/exim/templates/default/exim4.conf.erb
b/cookbooks/exim/templates/default/exim4.conf.erb
index 555fbbd9956163b505bf62fb5f0a5a64d3e012f9..530b105d43a7daf06f1431b49b702602bd201d46 100644
(file)
--- a/
cookbooks/exim/templates/default/exim4.conf.erb
+++ b/
cookbooks/exim/templates/default/exim4.conf.erb
@@
-721,7
+721,7
@@
noreply:
command = <%= details[:command] %>
home_directory = <%= details[:home_directory] %>
path = <%= details[:path] || "/bin:/usr/bin" %>
- return_output
+ return_
fail_
output
<% else -%>
driver = appendfile
<% if details[:file] -%>