What is a Recipe in Chef?

0

In any organization, a recipe is the most fundamental configuration element.

It is written in the Ruby language. It is a collection of resources defined by using patterns.

A Recipe is stored in a Cookbook and it may have a dependency on other Recipes.

We can tag Recipe to create some kind of grouping.

We have to add a Recipe in the run-list before using it by the chef-client.

It always maintains the execution order specified in the run list.

asked Apr 30, 2023 at 18:56
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.