]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
More rails dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Jan 2012 19:15:27 +0000 (17:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Jan 2012 19:15:27 +0000 (17:15 -0200)
manifests/init.pp

index ee8dc3af60e673180845e54d89ed3a33efaa9cac..cb8528224980e1936932a110d5453bc638983e12 100644 (file)
@@ -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"],