From b8648f631a32aadf1704555933569a250cad7452 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 17 Dec 2010 12:49:31 -0800 Subject: [PATCH] Use ree in the chef scripts, might revert later --- app/views/photos/show.html.haml | 2 +- chef/cookbooks/centos/recipes/bootstrap.rb | 2 +- chef/cookbooks/centos/recipes/main.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/photos/show.html.haml b/app/views/photos/show.html.haml index 441cf6a98..08c40df08 100644 --- a/app/views/photos/show.html.haml +++ b/app/views/photos/show.html.haml @@ -50,7 +50,7 @@ = link_to (image_tag photo.url(:thumb_small)), object_path(photo) %h4= t('_comments') - + %div{:id => 'photo_stream', :class => 'stream show'} %li.message{:data=>{:guid=>@parent.id}} = render "comments/comments", :post_id => @parent.id, :comment_hashes => @comment_hashes diff --git a/chef/cookbooks/centos/recipes/bootstrap.rb b/chef/cookbooks/centos/recipes/bootstrap.rb index 78d7b6aa4..0458df3fa 100644 --- a/chef/cookbooks/centos/recipes/bootstrap.rb +++ b/chef/cookbooks/centos/recipes/bootstrap.rb @@ -34,4 +34,4 @@ def harden_ruby(ruby_string) end -harden_ruby("ruby-1.8.7-p302") +harden_ruby("ree-1.8.7-2010.02") diff --git a/chef/cookbooks/centos/recipes/main.rb b/chef/cookbooks/centos/recipes/main.rb index f56f47f31..6afcb43b2 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-1.8.7-2010.02") include_recipe "centos::image_magick" include_recipe "centos::mongo_db"