summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index f5919e1..b8a28aa 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -242,3 +242,16 @@ class munin::plugins::dom0 inherits munin::plugins::base {
}
}
+class munin::plugins::djbdns inherits munin::plugins::base {
+ file {
+ [ "$script_path_default/tinydns" ]:
+ source => "puppet://$servername/munin/plugins/tinydns",
+ ensure => file,
+ mode => 0755, owner => root, group => 0;
+ }
+ plugin {
+ [ tinydns ]:
+ ensure => present;
+ }
+}
+