summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-08-25 13:05:37 +0200
committermh <mh@immerda.ch>2013-08-25 13:05:37 +0200
commiteed532c8bbf4a6ed63b53a03b91ebf26ff14e7a0 (patch)
treedb7a9226aa80f004ce09d00f860080c6fcfe07f0 /README.md
parent3b81bebe2bbc49d17e5895e44da3690d20873d80 (diff)
there isn't anymore any dependency on the common module
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74d82ba..0ab9c86 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ a very easy plugin interface. The munin homepage is http://munin.projects.linpro
## Requirements
* puppet 2.7 or newer
- * install the `common`, `concat` and `stdlib` modules -- the munin module depends on functions that are defined and installed via these modules
+ * install the `concat` and `stdlib` modules -- the munin module depends on functions that are defined and installed via these modules
* you will need storedconfigs enabled in your puppet setup, to do that you need to add a line to your `puppet.conf` in your `[puppetmasterd]` section which says:
storeconfigs=true