Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: manifests/webserver.pp

Issue 5777328449781760: Concept for Trac as issue tracker. (Closed)
Patch Set: Adressed typo forgotten in former patch. Created March 6, 2014, 2:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: manifests/webserver.pp
===================================================================
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -15,10 +15,12 @@
concat::fragment {'formmail_template':
target => '/etc/sitescripts.ini',
- content => '[DEFAULT]
-mailer=/usr/sbin/sendmail
-[formmail]
-template=formmail/template/eyeo.mail',
+ content => '
+ [DEFAULT]
+ mailer=/usr/sbin/sendmail
+ [formmail]
+ template=formmail/template/eyeo.mail
+ ',
Wladimir Palant 2014/03/06 16:01:24 I'd rather prefer you remove this unrelated change
}
class {'nagios::client':

Powered by Google App Engine
This is Rietveld