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

Side by Side Diff: manifests/intraforumserver.pp

Issue 6293281981857792: Issue 239 - Move AWStats processing to the stats server (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/statsmaster/files/known_hosts » ('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 'server10' { 1 node 'server10' {
2 include base, ssh, statsclient 2 include base, statsclient
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 }
OLDNEW
« no previous file with comments | « no previous file | modules/statsmaster/files/known_hosts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld