Remove mongo from chef

This commit is contained in:
Raphael 2011-01-19 15:39:09 -08:00
parent 9c1184bd29
commit a444198843
3 changed files with 0 additions and 21 deletions

View file

@ -1,5 +0,0 @@
[10gen]
name=10gen Repository
baseurl=http://downloads.mongodb.org/distros/centos/5.4/os/x86_64/
gpgcheck=0

View file

@ -15,7 +15,6 @@ end
harden_ruby("ree-1.8.7-2010.02")
include_recipe "centos::image_magick"
include_recipe "centos::mongo_db"
include_recipe "common::main"
include_recipe "centos::nginx"
include_recipe "centos::redis"

View file

@ -1,15 +0,0 @@
cookbook_file "/etc/yum.repos.d/10gen.repo" do
source "10gen.repo"
end
execute "refresh yum" do
command "yum update -y"
end
execute "install mongo" do
command "yum install -y mongo-stable-server"
end
execute "make the data directory" do
command "mkdir -p /data/db"
end