Skip to content

Instantly share code, notes, and snippets.

@worace
Created June 3, 2012 04:17
Show Gist options
  • Save worace/2861861 to your computer and use it in GitHub Desktop.
Save worace/2861861 to your computer and use it in GitHub Desktop.
Basic node.json file for use with remote chef-solo scripts
{
"run_list": [ "recipe[vim]", "recipe[nginx]" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment