Remove mongo from chef
This commit is contained in:
parent
9c1184bd29
commit
a444198843
3 changed files with 0 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
|||
[10gen]
|
||||
name=10gen Repository
|
||||
baseurl=http://downloads.mongodb.org/distros/centos/5.4/os/x86_64/
|
||||
gpgcheck=0
|
||||
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue