Skip to content
Extraits de code Groupes Projets
Valider 30955d01 rédigé par root's avatar root
Parcourir les fichiers

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
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
{"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 execute "say hello" do
command "echo welcome to diaspora chef" command "echo welcome to diaspora chef"
end 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% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter