Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorzhitomirskiyi <ilya@joindiaspora.com>2010-11-23 02:45:38 +0300
committerzhitomirskiyi <ilya@joindiaspora.com>2010-11-23 02:45:38 +0300
commitefd9537e33868732b0715ef361fa2c575f02cd50 (patch)
treee5b09bfcd96e70260e9207be34ecdc9399223196 /chef
parentbedc7ca41b250487d24e0f748ed47d08365a5978 (diff)
using ruby 1.8.7
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/centos/recipes/bootstrap.rb2
-rw-r--r--chef/cookbooks/centos/recipes/main.rb2
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"