Index: manifests/updateserver.pp |
=================================================================== |
--- a/manifests/updateserver.pp |
+++ b/manifests/updateserver.pp |
@@ -1,5 +1,5 @@ |
node 'update1' { |
- include base, statsclient |
+ include statsclient |
class {'updateserver': |
domain => 'update.adblockplus.org', |
@@ -8,7 +8,4 @@ |
is_default => true |
} |
- class {'nagios::client': |
- server_address => 'monitoring.adblockplus.org' |
- } |
} |