projects
/
puppet_munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a3d25e
)
adjust module_dir
author
mh
<mh@immerda.ch>
Sun, 9 May 2010 21:45:06 +0000
(23:45 +0200)
committer
mh
<mh@immerda.ch>
Sun, 9 May 2010 21:45:06 +0000
(23:45 +0200)
manifests/init.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
578c4bb
..
5c4feeb
100644
(file)
--- 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" ]: }
}