Skip to content
Snippets Groups Projects
Commit 30955d01 authored by root's avatar root
Browse files

Unify into one centos cookbook (people will want other OSes) and get mongo and...

Unify into one centos cookbook (people will want other OSes) and get mongo and ImageMagick installed
parent 7b3f6f66
Branches
Tags
No related merge requests found
{"recipes": ["bootstrap::default" ] }
{"recipes": ["centos::bootstrap" ] }
[10gen]
name=10gen Repository
baseurl=http://downloads.mongodb.org/distros/centos/5.4/os/x86_64/
gpgcheck=0
{"recipes": ["centos::main" ] }
execute "install ImageMagick" do
command "yum install -y ImageMagick"
end
execute "say hello" do
command "echo welcome to diaspora chef"
end
include_recipe "centos::image_magick"
include_recipe "centos::mongo_db"
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"
end
{"recipes": ["main::default" ] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment