summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-04-26 17:30:11 -0400
committerMicah Anderson <micah@riseup.net>2010-04-26 17:30:11 -0400
commit8b8254af56943e761289d54d5c57fd942303f914 (patch)
tree05b41635c97310683be94a18612c69b52b1dc60a /README
initial commit
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..31b1378
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+Passenger (mod_rails) puppet module
+-----------------------------------
+
+This puppet module handles a passenger setup, it installs the
+packages, and configures some munin graphs.
+
+Dependencies
+------------
+
+This module expects you to have the munin module installed.
+
+Getting started
+---------------
+
+Simply do 'include passenger' and it will be installed.
+
+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"