0 votes
in Selenium by
How does chef-apply differ from chef-client?

1 Answer

0 votes
by
How does chef-apply differ from chef-client?

chef-apply is run on the client system.

chef-apply applies the recipe mentioned in the command on the client system.

$ chef-apply recipe_name.rb

chef-client is also run on the client system.

chef-client applies all the cookbooks in your server's run list to the client system.

$ knife chef-client

Related questions

0 votes
asked Feb 4 in HTML by DavidAnderson
0 votes
asked Nov 30, 2023 in Linux by JackTerrance
...