Reader small image

You're reading from  Mastering Chef

Product typeBook
Published inJun 2015
Reading LevelIntermediate
Publisher
ISBN-139781783981564
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Mayank Joshi
Mayank Joshi
author image
Mayank Joshi

Mayank Joshi works for Indix as a DevOps engineer. He has worn many hats during his 10-year long career. He has been a developer, a systems analyst, a systems administrator, a software consultant, and for the past 6 years, he has been fascinated with the phenomenal growth witnessed in cloud environments and the challenges of automation associated with the hosting of the infrastructure in such environments. Prior to Indix, he worked for start-ups such as SlideShare, R&D organizations such as CDAC, and even had a stint at a highly automated chemical plant of IFFCO.
Read more about Mayank Joshi

Right arrow

Role and environment attributes


We can define an attribute in a role or an environment and use it to override the default settings on a node. When a role or an environment is applied during a chef-client run, the attributes defined in them are compared against those already present on the node. Finally, depending on the precedence order, the right attributes are applied to the node.

A role or environment attribute can be either a default attribute or an override attribute. It can't be a normal attribute.

A default attribute is automatically reset at every start of chef-client runs and has the lowest attribute precedence. Any cookbook should be authored to make the most of default attributes.

An override attribute, on the other hand, has higher attribute precedence over the default, force_default, and normal attributes. A cookbook should be authored to make use of override_attribute only when required.

Attribute precedence

Attributes are always applied to a machine by chef-client in the following...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mastering Chef
Published in: Jun 2015Publisher: ISBN-13: 9781783981564

Author (1)

author image
Mayank Joshi

Mayank Joshi works for Indix as a DevOps engineer. He has worn many hats during his 10-year long career. He has been a developer, a systems analyst, a systems administrator, a software consultant, and for the past 6 years, he has been fascinated with the phenomenal growth witnessed in cloud environments and the challenges of automation associated with the hosting of the infrastructure in such environments. Prior to Indix, he worked for start-ups such as SlideShare, R&D organizations such as CDAC, and even had a stint at a highly automated chemical plant of IFFCO.
Read more about Mayank Joshi