InterviewSolution
| 1. |
How Does Chef-apply Differ From Chef-client? |
|
Answer» Chef-apply apply a SINGLE recipe; chef-client applies a COOKBOOK. For learning purposes, we had you START off with chef-apply because it helps you understand the basics QUICKLY. In practice, chef-apply is useful when you want to quickly test something out. But for production purposes, you typically run chef-client to apply ONE or more cookbooks. Chef-apply apply a single recipe; chef-client applies a cookbook. For learning purposes, we had you start off with chef-apply because it helps you understand the basics quickly. In practice, chef-apply is useful when you want to quickly test something out. But for production purposes, you typically run chef-client to apply one or more cookbooks. |
|