X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fgeodns.pp;h=42e1db9bbdc0f58f6c7ab64771d7329e79cc99b2;hb=e9f751d04d14a742e81f5ac90c2fd20d9d11bc32;hp=0ca7b9d8c2acb83b6270535adaada2175d171c56;hpb=5ac8ff2214288d50b7ddef3915650d6c9e65c89b;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/geodns.pp b/modules/named/manifests/geodns.pp index 0ca7b9d8c..42e1db9bb 100644 --- a/modules/named/manifests/geodns.pp +++ b/modules/named/manifests/geodns.pp @@ -1,4 +1,8 @@ class named::geodns inherits named { + activate_munin_check { + "bind_views": script => bind; + } + file { "/etc/apt/sources.list.d/geoip.list": content => template("debian-org/etc/apt/sources.list.d/geoip.list.erb"),