Hi All,
I’m new to chef and i’m having multiple recipes in a cookbook. I want to run in a sequence order… And I need to mention that order sequence.
Anyone can help me on this.
Hi All,
I’m new to chef and i’m having multiple recipes in a cookbook. I want to run in a sequence order… And I need to mention that order sequence.
Anyone can help me on this.
For the simplest case, the order of include_recipe dictates the recipe execution order. Create a recipe that invokes those sub-recipes in desired order using include_recipe
Thanks for the reply and will try