From efd9537e33868732b0715ef361fa2c575f02cd50 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Mon, 22 Nov 2010 15:45:38 -0800 Subject: [PATCH] using ruby 1.8.7 --- chef/cookbooks/centos/recipes/bootstrap.rb | 2 +- chef/cookbooks/centos/recipes/main.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- GitLab