Left: | ||
Right: |
OLD | NEW |
---|---|
1 node 'codereview1' { | 1 node 'codereview1' { |
2 include base | 2 include base |
3 class {'rietveld': | 3 class {'rietveld': |
4 domain => 'codereview.adblockplus.org' | 4 domain => 'codereview.adblockplus.org', |
5 is_default => true | |
5 } | 6 } |
6 | 7 |
7 class {'nagios::client': | 8 class {'nagios::client': |
8 server_address => 'monitoring.adblockplus.org' | 9 server_address => 'monitoring.adblockplus.org' |
9 } | 10 } |
10 } | 11 } |
OLD | NEW |