Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Created May 5, 2012 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmtk75/2600821 to your computer and use it in GitHub Desktop.
Save tmtk75/2600821 to your computer and use it in GitHub Desktop.
chef.json
{
"chef_server": {
"server_url": "http://localhost:4000",
"webui_enabled": true
},
"yum": { "epel_release": "6-7" },
"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