website/docs: clarify that add_recipe order matters

This commit is contained in:
Mitchell Hashimoto 2014-09-16 11:24:35 -07:00
parent d576daa253
commit 6747f12951
1 changed files with 3 additions and 0 deletions

View File

@ -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