summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-01-31 16:18:21 +0000
committerandreas <andreas@immerda.ch>2008-01-31 16:18:21 +0000
commit08e80baa5fa793c9f712edd7d0eb7e760a3e5e5a (patch)
treedd6684435b3c44526fd0a46fb35bd36db174229a /manifests
parent9082862f719e3fe9eac5192114893e4281a6d1fb (diff)
tinydns munin modul für immer1-4
Diffstat (limited to 'manifests')
-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;
+ }
+}
+