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

Side by Side Diff: manifests/webserver.pp

Issue 4884212985364480: Allow running multiplexer on web servers (Closed)
Patch Set: Created Dec. 18, 2013, 7:02 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 node 'web1' { 1 node 'web1' {
2 include base 2 include base
3 3
4 class {'web::server': 4 class {'web::server':
5 vhost => 'eyeo.com', 5 vhost => 'eyeo.com',
6 repository => 'web.eyeo.com', 6 repository => 'web.eyeo.com',
7 multiplexer_locations => ['/formmail'],
8 }
9
10 concat::fragment {'formmail_template':
11 target => '/etc/sitescripts.ini',
12 content => "[DEFAULT]\nmailer=/usr/sbin/sendmail\n[formmail]\ntemplate=formm ail/template/eyeo.mail\n",
7 } 13 }
8 14
9 class {'nagios::client': 15 class {'nagios::client':
10 server_address => 'monitoring.adblockplus.org' 16 server_address => 'monitoring.adblockplus.org'
11 } 17 }
12 } 18 }
OLDNEW
« no previous file with comments | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld