From: Stephen Gran Date: Sat, 17 Oct 2009 23:30:31 +0000 (+0100) Subject: add bind munin-node X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a993bfdd89851979c33354b9d17acaa3f50958cb;p=mirror%2Fdsa-puppet.git add bind munin-node Signed-off-by: Stephen Gran --- 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":; + } +} +