diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-30 17:22:39 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-30 17:22:39 -0200 |
commit | 32c1da01e5b01a916a7671d3e0f4b2539af4be76 (patch) | |
tree | 64c6e16ffd33e0b3f3e5413c9cc7c8e6cdf7535a | |
parent | 5b6d2d8145878268b6122862902cca361a7784e1 (diff) | |
download | puppet-apache-32c1da01e5b01a916a7671d3e0f4b2539af4be76.tar.gz puppet-apache-32c1da01e5b01a916a7671d3e0f4b2539af4be76.tar.bz2 |
Rake is defined at nodo module
-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 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, } |