From a993bfdd89851979c33354b9d17acaa3f50958cb Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 18 Oct 2009 00:30:31 +0100 Subject: [PATCH] add bind munin-node Signed-off-by: Stephen Gran --- modules/geodns/manifests/init.pp | 1 + modules/munin-node/manifests/bind.pp | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 modules/munin-node/manifests/bind.pp diff --git a/modules/geodns/manifests/init.pp b/modules/geodns/manifests/init.pp index 6e33185d3..9df371358 100644 --- a/modules/geodns/manifests/init.pp +++ b/modules/geodns/manifests/init.pp @@ -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 index 000000000..3a9d18401 --- /dev/null +++ b/modules/munin-node/manifests/bind.pp @@ -0,0 +1,6 @@ +class munin-node::bind inherits munin-node { + activate_munin_check { + "bind":; + } +} + -- 2.20.1