Skip to content

Instantly share code, notes, and snippets.

@brettcave
Created November 13, 2013 13:24
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 brettcave/7449050 to your computer and use it in GitHub Desktop.
Save brettcave/7449050 to your computer and use it in GitHub Desktop.
chef-solo ordering of run lists
[2013-11-13T12:17:31+00:00] INFO: Setting the run_list to ["recipe[java]", "recipe[foo::bar]", "recipe[some::thing]", "recipe[yack::foo]"] from JSON
[2013-11-13T12:17:31+00:00] INFO: Run List is [recipe[java], recipe[foo::bar], recipe[some::thing], recipe[yack::foo]]
[2013-11-13T12:17:31+00:00] INFO: Run List expands to [java, foo::bar, some::thing, yack::foo]
Recipe: yack::foo
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment