Exception: Chef::Exceptions::AttributeTypeMismatch
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Chef::Exceptions::AttributeTypeMismatch
- Defined in:
- lib/chef/exceptions.rb
Overview
AttributeTypeMismatch is raised by node.write!(“foo”, “bar”, “baz”) when e.g. node = “bar” (overwriting String with Hash)