summaryrefslogtreecommitdiff
path: root/README
blob: 31b1378a5a2329aa2892b045321ff8573e2924d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"