summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modulefile1
-rw-r--r--README.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/Modulefile b/Modulefile
index 99c61a1..07fdbd7 100644
--- a/Modulefile
+++ b/Modulefile
@@ -10,5 +10,4 @@ project_page 'https://github.com/duritong/puppet-munin'
## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
dependency 'ripienaar/concat', '>= 0.2.0'
-dependency 'DavidSchmitt/common', '>= 1.0.0'
dependency 'puppetlabs/stdlib', '>= 3.2.0'
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