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

Unified Diff: manifests/webserver.pp

Issue 6394253802471424: Issue 1374 - Don`t hardcode web handlers for multiplexer (Closed)
Patch Set: Created Sept. 15, 2014, 10:05 a.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 | modules/updateserver/files/sitescripts » ('j') | 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
@@ -14,16 +14,18 @@ node 'web1' {
repository => 'web.eyeo.com',
multiplexer_locations => ['/formmail'],
}
concat::fragment {'formmail_template':
target => '/etc/sitescripts.ini',
content => '[DEFAULT]
mailer=/usr/sbin/sendmail
+[multiplexer]
+sitescripts.formmail.web.formmail =
[formmail]
template=formmail/template/eyeo.mail',
}
class {'nagios::client':
server_address => 'monitoring.adblockplus.org'
}
}
« no previous file with comments | « no previous file | modules/updateserver/files/sitescripts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld