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