From bb662a2bbf3ef6e56aecfc5b50b1915441a7755e Mon Sep 17 00:00:00 2001 From: danielvincent Date: Fri, 19 Nov 2010 16:52:28 -0800 Subject: [PATCH] use REE instead of default ruby --- chef/cookbooks/centos/recipes/main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"