diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-30 17:15:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-30 17:15:27 -0200 |
commit | 5b6d2d8145878268b6122862902cca361a7784e1 (patch) | |
tree | a5c2336ac3156d4e4adb30c3d1a18c8a424c0040 | |
parent | a024e8718b15e4cb4bb48b7caeb83b261c919a3b (diff) | |
download | puppet-apache-5b6d2d8145878268b6122862902cca361a7784e1.tar.gz puppet-apache-5b6d2d8145878268b6122862902cca361a7784e1.tar.bz2 |
More rails dependencies
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ee8dc3a..cb85282 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -360,6 +360,13 @@ class apache::rails inherits apache { ensure => installed, } + # Needed by https://git.codecoop.org/projects/coquelicot + package { [ 'libsinatra-ruby1.8', 'libopenssl-ruby1.8', + 'libhaml-ruby1.8', 'liblockfile-ruby', + 'libgettext-ruby1.8', 'rake' ]: + ensure => installed, + } + module { "passenger": ensure => present, require => Package["mod_rack"], |