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

Side by Side Diff: manifests/issuesserver.pp

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Patch Set: Created July 15, 2014, 2:47 p.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 | « Vagrantfile ('k') | manifests/nodes.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 'issues1' { 1 node 'issues1' {
2 include base 2 include base
3 3
4 class {'trac': 4 class {'trac':
5 description => 'Adblock Plus Issue Tracker',
5 domain => 'issues.adblockplus.org', 6 domain => 'issues.adblockplus.org',
6 certificate => 'issues.adblockplus.org_sslcert.pem', 7 certificate => 'issues.adblockplus.org_sslcert.pem',
7 private_key => 'issues.adblockplus.org_sslcert.key', 8 private_key => 'issues.adblockplus.org_sslcert.key',
8 is_default => true, 9 is_default => true,
9 } 10 }
10 11
11 class {'nagios::client': 12 class {'nagios::client':
12 server_address => 'monitoring.adblockplus.org' 13 server_address => 'monitoring.adblockplus.org'
13 } 14 }
14 } 15 }
OLDNEW
« no previous file with comments | « Vagrantfile ('k') | manifests/nodes.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld