diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-30 17:59:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-30 17:59:50 -0200 |
commit | 76cffab4518a29117a626d2a42b8940f790c5efe (patch) | |
tree | 2bad9d6d9244f1474d41c594d2577b0f2e5d82f9 | |
parent | 32c1da01e5b01a916a7671d3e0f4b2539af4be76 (diff) | |
download | puppet-apache-76cffab4518a29117a626d2a42b8940f790c5efe.tar.gz puppet-apache-76cffab4518a29117a626d2a42b8940f790c5efe.tar.bz2 |
Adding another coquelicot dependency
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } |