add bind munin-node
authorStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 23:30:31 +0000 (00:30 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 23:30:31 +0000 (00:30 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/manifests/init.pp
modules/munin-node/manifests/bind.pp [new file with mode: 0644]

index 6e33185..9df3713 100644 (file)
@@ -1,4 +1,5 @@
 class geodns {
+        include munin-node::bind
 
         package {
                 bind9: ensure => installed;
diff --git a/modules/munin-node/manifests/bind.pp b/modules/munin-node/manifests/bind.pp
new file mode 100644 (file)
index 0000000..3a9d184
--- /dev/null
@@ -0,0 +1,6 @@
+class munin-node::bind inherits munin-node {
+        activate_munin_check {
+                "bind":;
+        }
+}
+