website/docs: clarify that add_recipe order matters
This commit is contained in:
parent
d576daa253
commit
6747f12951
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue