diff --git a/chef/cookbooks/centos/recipes/main.rb b/chef/cookbooks/centos/recipes/main.rb index 10ba973ab..46188b0b5 100644 --- a/chef/cookbooks/centos/recipes/main.rb +++ b/chef/cookbooks/centos/recipes/main.rb @@ -12,7 +12,7 @@ def harden_ruby(ruby_string) end -harden_ruby("ruby-1.8.7-p302") +harden_ruby("ree") include_recipe "centos::image_magick" include_recipe "centos::mongo_db"