Skip to content

Instantly share code, notes, and snippets.

@iphoting
Created July 20, 2012 09:08
Show Gist options
  • Save iphoting/3149747 to your computer and use it in GitHub Desktop.
Save iphoting/3149747 to your computer and use it in GitHub Desktop.
Chef-Server Bootstrap JSON
{
"chef_server": {
"server_url": "http://chef-server:4000",
"webui_enabled": true,
"init_style": "init"
},
"run_list": [ "recipe[chef-server::rubygems-install]" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment