Having multiple recipes in acookbook and how can i run a sequence order

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

1 Like

Thanks for the reply and will try