From 6747f1295197de9627ccaee69e40b459d5937eac Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 16 Sep 2014 11:24:35 -0700 Subject: [PATCH] website/docs: clarify that add_recipe order matters --- website/docs/source/v2/provisioning/chef_solo.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/source/v2/provisioning/chef_solo.html.md b/website/docs/source/v2/provisioning/chef_solo.html.md index f20cf33bd9b..cb8e34ac8a1 100644 --- a/website/docs/source/v2/provisioning/chef_solo.html.md +++ b/website/docs/source/v2/provisioning/chef_solo.html.md @@ -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