From: Silvio Rhatto Date: Mon, 30 Jan 2012 19:59:50 +0000 (-0200) Subject: Adding another coquelicot dependency X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=76cffab4518a29117a626d2a42b8940f790c5efe;p=puppet-apache.git Adding another coquelicot dependency --- diff --git a/manifests/init.pp b/manifests/init.pp index 92019c2..3008b87 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, }