diff options
-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"], |