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…

Read More

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…

Read More

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…

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…

Read More