summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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,
}