Index: modules/adblockplus/manifests/host/statsmaster.pp |
diff --git a/modules/adblockplus/manifests/host/statsmaster.pp b/modules/adblockplus/manifests/host/statsmaster.pp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d2b99983a51470b8ffbe536d41976124eeadd858 |
--- /dev/null |
+++ b/modules/adblockplus/manifests/host/statsmaster.pp |
@@ -0,0 +1,10 @@ |
+# == Type: adblockplus::host::statsmaster |
+# |
+# Nagios definitions for any host recognized, included automatically with type |
+# adblockplus::host if the current node's $::role is 'statsmaster'. |
+# |
+define adblockplus::host::statsmaster { |
+ |
+ realize(Host[$title]) |
+ realize(Sshkey[$title]) |
+} |