chef-notifies-and-subscribes-explained-with-examples

Chef Tutorials – notifies and subscribes explained with examples of Notifications

Chef notifies and subscribes explained with examples   A notification is a property on a resource that listens to other resources in the resource collection and then takes actions based…

Read more »
logging-in-chef-explained

Chef Tutorials: Logging in Chef Explained

Chef Server All logs generated by the Chef server can be found in /var/log/opscode. Each service enabled on the system also has a sub-directory in which service-specific logs are located,…

Read more »
chef-internal

Chef Internal – How Chef maintain the state of each resources internally?

Chef Client A chef-client is an agent that runs locally on every node that is under management by Chef. The chef-client executable can be run as a daemon. When a…

Read more »

What is the significance of the default directory under chef cookbook /templates?

What is the significance of the default directory under chef cookbook /templates? A cookbook is frequently designed to work across many platforms and is often required to distribute a specific…

Read more »