diff options
Diffstat (limited to 'lib/chef/resource/chef_handler.rb')
-rw-r--r-- | lib/chef/resource/chef_handler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_handler.rb b/lib/chef/resource/chef_handler.rb index a66d290380..a07ba77d64 100644 --- a/lib/chef/resource/chef_handler.rb +++ b/lib/chef/resource/chef_handler.rb @@ -182,7 +182,7 @@ class Chef property :arguments, [Array, Hash], description: "Arguments to pass the handler's class initializer.", - default: lazy { [] } + default: [] property :type, Hash, description: "The type of handler to register as, i.e. :report, :exception or both.", |