Allow callers evaluating guards to request default attribute values. This is needed to allow convert_boolean_return to be true in guard context by default, and false by default otherwise. When this mode becomes the default for this resource, this method can be removed since guard context and recipe resource context will have the same behavior.
# File lib/chef/resource/powershell_script.rb, line 48 def self.get_default_attributes(opts) {:convert_boolean_return => true} end
Generated with the Darkfish Rdoc Generator 2.