Skip to content

mobileeventguide/puppet-nginx_passenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

puppet-nginx-rvm-passenger

A Puppet module, installing Nginx, RVM and Passenger on Debian/Ubuntu from the official APT sources.

Usage

Get the module:

git clone git://github.com/blt04/puppet-rvm.git /etc/puppet/modules/rvm
git clone git://github.com/mobileeventguide/puppet-nginx-rvm-passenger /etc/puppet/modules/nginx_passenger

... or similar.

Add the following to your node definition or wherever you need it:

nginx_passenger { 'some name':
  ruby_version      => 'ruby-2.0.0-p247', # a version specification known to RVM
  passenger_version => '4.0.18',
}

Links

Phusion Passenger installation documentation

About

A puppet module, installing Nginx, RVM and Passenger on Debian/Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages