Exception: Chef::Exceptions::AttributeTypeMismatch

Inherits:
RuntimeError
  • Object
show all
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)