Add opscode repository and Install chef-server.
- cookbook[apt] from opscode
- git-core
- chef-solo or https://github.com/higanworks/chef-with-ruby_precise-x86_64
None
Run with opscode apt cookbook.
{
"run_list" : [
"recipe[apt]",
"recipe[bootstrap-chefserver]"
]
}
This recipe exec couchdb compact job for all namespace.
{
"run_list" : [
"recipe[bootstrap-chefserver::maintenance]"
]
}