summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2013-09-05 10:01:44 +0200
committerTomas Barton <barton.tomas@gmail.com>2013-09-05 10:01:44 +0200
commite6a975eb0ab7ef99479344b553ac2431555f5747 (patch)
treef0d0149817ea6382292b5221ff96c614df3390b8
parent5a2711037a2fc016666ca75e5fbec69d5009b9d8 (diff)
mentioned modulepath where puppet searches for plugins to deploy
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71b935e..9e4602e 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,9 @@ a very easy plugin interface. The munin homepage is http://munin.projects.linpro
munin::plugin::deploy { 'redis':
source => 'munin/plugins/redis/redis_',
+ config => '' # pass parameters to plugin
}
- In this case the file on master would be located in `/etc/puppet/modules/munin/files/plugins/redis/redis_` \ No newline at end of file
+ In this example the file on master would be located in `{modulepath}/munin/files/plugins/redis/redis_`.
+ Module path is specified in `puppet.conf`, you can find out your `{modulepath}` easily by tying
+ in console `puppet config print modulepath`. \ No newline at end of file