Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/host/statsmaster.pp

Issue 29340915: Issue 3638 - Migrate node "stats1" into Hiera role "statsmaster" (Closed)
Patch Set: Created April 28, 2016, 12:44 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « manifests/statsserver.pp ('k') | modules/base/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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])
+}
« no previous file with comments | « manifests/statsserver.pp ('k') | modules/base/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld