summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 578c4bb..5c4feeb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,5 +16,6 @@
# IP addresses and still be happy
class munin {
+ include common::moduledir
module_dir { [ "munin", "munin/nodes", "munin/plugins" ]: }
}