Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 node 'codereview1' { | |
2 include base | |
3 class {'rietveld': | |
4 domain => 'codereview.adblockplus.org', | |
5 certificate => 'codereview.adblockplus.org_sslcert.pem', | |
6 private_key => 'codereview.adblockplus.org_sslcert.key', | |
7 is_default => true | |
8 } | |
9 | |
10 class {'nagios::client': | |
11 server_address => 'monitoring.adblockplus.org' | |
12 } | |
13 } | |
LEFT | RIGHT |