]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Adding another coquelicot dependency
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Jan 2012 19:59:50 +0000 (17:59 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Jan 2012 19:59:50 +0000 (17:59 -0200)
manifests/init.pp

index 92019c2363af5d680f3d2d90707df045640df7fa..3008b877b8b57f53e90db16f8c953c931793aaed 100644 (file)
@@ -363,7 +363,7 @@ class apache::rails inherits apache {
   # Needed by https://git.codecoop.org/projects/coquelicot
   package { [ 'libsinatra-ruby1.8', 'libopenssl-ruby1.8',
               'libhaml-ruby1.8',    'liblockfile-ruby',
-              'libgettext-ruby1.8' ]:
+              'libgettext-ruby1.8', 'libjson-ruby1.8' ]:
     ensure => installed,
   }