Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created February 22, 2016 16:07
Show Gist options
  • Save swade1987/fe7e3e4a3e3a13df13a0 to your computer and use it in GitHub Desktop.
Save swade1987/fe7e3e4a3e3a13df13a0 to your computer and use it in GitHub Desktop.
chef-solo provisioner
{
"type": "chef-solo",
"skip_install": true,
"cookbook_paths": ["cookbooks/core"],
"run_list": ["core::default"]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment