summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-19 15:09:59 +0000
committermh <mh@immerda.ch>2008-07-19 15:09:59 +0000
commit1aa8557626f809278d31f6d0e75a6c8f4452e57f (patch)
treeff72a82c0e8b133fc2118a2e01789f9d886ff0c4 /manifests/init.pp
parent919acf77dbd612b06b1b59b37216b80aaec41867 (diff)
factored out munin plugin
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index be83ba0..537718d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -11,7 +11,7 @@ class squid {
}
if $use_munin {
- include munin::plugins::squid
+ include squid::munin
}
}