| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 node 'stats1' { | 1 node 'stats1' { |
| 2 | 2 |
| 3 class {'statsmaster': | 3 class {'statsmaster': |
| 4 domain => 'stats.adblockplus.org', | 4 domain => 'stats.adblockplus.org', |
| 5 certificate => 'stats.adblockplus.org_sslcert.pem', | 5 certificate => 'stats.adblockplus.org_sslcert.pem', |
| 6 private_key => 'stats.adblockplus.org_sslcert.key', | 6 private_key => 'stats.adblockplus.org_sslcert.key', |
| 7 is_default => true | 7 is_default => true |
| 8 } | 8 } |
| 9 | 9 |
| 10 } | 10 } |
| LEFT | RIGHT |