Skip to content

Commit

Permalink
website/docs: clarify that add_recipe order matters
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Sep 16, 2014
1 parent d576daa commit 6747f12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/source/v2/provisioning/chef_solo.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ $ tree
|   |-- default.rb
```

The order of the calls to `add_recipe` will specify the order of the run list.
Earlier recipes added with `add_recipe` are run before later recipes added.

## Custom Cookbooks Path

Instead of using the default "cookbooks" directory, a custom cookbooks
Expand Down

0 comments on commit 6747f12

Please sign in to comment.