Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 node 'download1' { | 1 node 'download1' { |
2 include base, downloadserver | 2 include base, downloadserver |
3 | 3 |
4 class {'nagios::client': | 4 class {'nagios::client': |
5 server_address => 'monitoring.adblockplus.org' | 5 server_address => 'monitoring.adblockplus.org' |
6 } | 6 } |
7 | |
8 class {'statsclient': } | |
Felix Dahlke
2014/01/31 13:25:56
How about |include base, downloadserver, statsclie
| |
7 } | 9 } |
LEFT | RIGHT |