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