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