Index: manifests/notificationserver.pp |
=================================================================== |
--- a/manifests/notificationserver.pp |
+++ b/manifests/notificationserver.pp |
@@ -1,7 +1,9 @@ |
node 'notification1', 'notification2' { |
include base, notificationserver |
class {'nagios::client': |
server_address => 'monitoring.adblockplus.org' |
} |
+ |
+ class {'statsclient': } |
} |