summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-07-15 23:41:29 +0200
committervarac <varacanero@zeromail.org>2010-07-15 23:41:29 +0200
commit3214469254a1d20a3ea8637d2cca3b07c2b03e78 (patch)
tree442383f4be41675051e9c1f509e6d029a69ed8e3 /README
parent9b7eb96eb112a989be41949dcedd974b2390f13d (diff)
parent9820bf2428a6fe3dbd0f361e5679991d263b73af (diff)
merge with shared-modules/passenger
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7014d6f
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+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:
+ . munin module
+ . apache module
+
+Getting started
+---------------
+
+Simply do 'include passenger' and it will be installed.
+
+Configuration
+-------------
+
+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"
+
+If you need to set different munin plugin configuration values, you
+can also do so as follows:
+
+$passenger_memory_munin_config = "user root\nenv.passenger_memory_stats /opt/bin/passenger-memory-stats"
+$passenger_stats_munin_config = "user root\nenv.PASSENGER_TMPDIR /var/tmp\n"