From eed532c8bbf4a6ed63b53a03b91ebf26ff14e7a0 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 25 Aug 2013 13:05:37 +0200 Subject: there isn't anymore any dependency on the common module --- Modulefile | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3