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

Delta Between Two Patch Sets: manifests/intraforumserver.pp

Issue 6293281981857792: Issue 239 - Move AWStats processing to the stats server (Closed)
Left Patch Set: Created April 23, 2014, 1:14 p.m.
Right Patch Set: Added IP address anonymization and addressed review comments Created April 25, 2014, 7:38 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | modules/statsmaster/files/known_hosts » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 node 'server10' { 1 node 'server10' {
2 include base, ssh, statsclient 2 include base, statsclient
Wladimir Palant 2014/04/24 10:01:04 Leaving ssh here was a mistake apparently, statscl
3 3
4 class {'discourse': 4 class {'discourse':
5 domain => 'intraforum.adblockplus.org', 5 domain => 'intraforum.adblockplus.org',
6 certificate => 'intraforum.adblockplus.org_sslcert.pem', 6 certificate => 'intraforum.adblockplus.org_sslcert.pem',
7 private_key => 'intraforum.adblockplus.org_sslcert.key', 7 private_key => 'intraforum.adblockplus.org_sslcert.key',
8 is_default => true, 8 is_default => true,
9 } 9 }
10 10
11 class {'nagios::client': 11 class {'nagios::client':
12 server_address => 'monitoring.adblockplus.org' 12 server_address => 'monitoring.adblockplus.org'
13 } 13 }
14 } 14 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld