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

Unified Diff: manifests/webserver.pp

Issue 5558333301850112: Removed erroneous indentation in sitescripts.ini on web1 (Closed)
Patch Set: Created Feb. 17, 2014, 3:16 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/webserver.pp
===================================================================
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -15,12 +15,10 @@
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',
}
class {'nagios::client':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld