We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Chef 11, the handling of node attributes vs. role/environment default_attributes/override_attributes has changed (http://www.opscode.com/blog/2013/02/05/chef-11-in-depth-attributes-changes/). More specifically, it looks like the attributes methods on the node called by the bag_config library (https://github.com/hw-cookbooks/bag_config/blob/master/libraries/bag_config.rb#L114-120) don't include the environment and role defaults/overrides (https://github.com/opscode/chef/blob/master/lib/chef/node/attribute.rb#L150-177). In effect this means that default_attributes/override_attributes in roles & environments are currently ignored when using bag_config.
default_attributes
override_attributes
bag_config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Chef 11, the handling of node attributes vs. role/environment
default_attributes
/override_attributes
has changed (http://www.opscode.com/blog/2013/02/05/chef-11-in-depth-attributes-changes/). More specifically, it looks like the attributes methods on the node called by the bag_config library (https://github.com/hw-cookbooks/bag_config/blob/master/libraries/bag_config.rb#L114-120) don't include the environment and role defaults/overrides (https://github.com/opscode/chef/blob/master/lib/chef/node/attribute.rb#L150-177).In effect this means that
default_attributes
/override_attributes
in roles & environments are currently ignored when usingbag_config
.The text was updated successfully, but these errors were encountered: