Skip to content

Instantly share code, notes, and snippets.

@stormsilver
Forked from anonymous/gist:322941
Created March 5, 2010 17:36
Show Gist options
  • Save stormsilver/322947 to your computer and use it in GitHub Desktop.
Save stormsilver/322947 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_style": "init",
"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