summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-05-09 23:45:06 +0200
committermh <mh@immerda.ch>2010-05-09 23:45:06 +0200
commiteef1345dd22c54b593966d0bede2d16747f01aa7 (patch)
tree3861f659759e015367841c00f33a07fab73284e2 /manifests/init.pp
parent4a3d25e393b2be1bea0d11ddc456ed3a7457d267 (diff)
adjust module_dir
Diffstat (limited to 'manifests/init.pp')
-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" ]: }
}