Skip to content

Instantly share code, notes, and snippets.

Created March 5, 2010 17:27
Show Gist options
  • Save anonymous/322941 to your computer and use it in GitHub Desktop.
Save anonymous/322941 to your computer and use it in GitHub Desktop.
{
"bootstrap": {
"chef": {
"server_fqdn": "pchefserver.xxxxx.com",
"webui_enabled": true,
"webui_admin_password": "welcome",
"url_type": "http",
"init": "runit",
"path": "/srv/chef",
"serve_path": "/srv/chef"
}
},
"run_list": [ "recipe[bootstrap::server]" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment