From: Silvio Rhatto Date: Mon, 30 Jan 2012 19:22:39 +0000 (-0200) Subject: Rake is defined at nodo module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=32c1da01e5b01a916a7671d3e0f4b2539af4be76;p=puppet-apache.git Rake is defined at nodo module --- diff --git a/manifests/init.pp b/manifests/init.pp index cb85282..92019c2 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', 'rake' ]: + 'libgettext-ruby1.8' ]: ensure => installed, }