summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-26 15:23:42 -0500
committerMicah Anderson <micah@riseup.net>2012-11-26 15:23:42 -0500
commitd1b46de84acf4d9e3582b64e019935fb1125f9bb (patch)
treed274c6f26ee7a4c1aeb9c80377a874340d2957e9
parentc762d1c7a018d6e068b9b405a14aaf644777ff4d (diff)
update README to be more current: adds parameterized class information, makes it clear that the munin module is optional
-rw-r--r--README15
1 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index 7014d6f..549432e 100644
--- a/README
+++ b/README
@@ -8,9 +8,11 @@ Dependencies
------------
This module expects you to have:
- . munin module
. apache module
+Optional:
+ . munin module
+
Getting started
---------------
@@ -23,8 +25,15 @@ If you need to install a specific version of passenger or
librack-ruby, you can specify the version to be installed by providing
a variable, for example:
-$passenger_ensure_version = "2.2.3-2~bpo50+1"
-$librack-ruby_ensure_version = "1.0.0-2~bpo50+1"
+class { 'passenger':
+ passenger_ensure_version => '2.2.23-2~bpo50+1',
+ librack-ruby_ensure_version = "1.0.0-2~bpo50+1"
+}
+
+If you wish to use gems, pass 'use_gems => true'.
+
+By default munin will be used, but you can disable that by passing
+'use_munin => false'.
If you need to set different munin plugin configuration values, you
can also do so as follows: