diff --git a/chef/cookbooks/centos/recipes/bootstrap.rb b/chef/cookbooks/centos/recipes/bootstrap.rb index aa70e84cd..9c4914279 100644 --- a/chef/cookbooks/centos/recipes/bootstrap.rb +++ b/chef/cookbooks/centos/recipes/bootstrap.rb @@ -28,4 +28,4 @@ def harden_ruby(ruby_string) end -harden_ruby("ree") +harden_ruby("ruby-1.8.7-p302") diff --git a/chef/cookbooks/centos/recipes/main.rb b/chef/cookbooks/centos/recipes/main.rb index 46188b0b5..10ba973ab 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("ree") +harden_ruby("ruby-1.8.7-p302") include_recipe "centos::image_magick" include_recipe "centos::mongo_db"