summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dpkg_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/dpkg_package.rb')
-rw-r--r--lib/chef/resource/dpkg_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/dpkg_package.rb b/lib/chef/resource/dpkg_package.rb
index 466b17d702..1ad460e591 100644
--- a/lib/chef/resource/dpkg_package.rb
+++ b/lib/chef/resource/dpkg_package.rb
@@ -36,7 +36,7 @@ class Chef
property :response_file_variables, Hash,
description: "A Hash of response file variables in the form of {'VARIABLE' => 'VALUE'}.",
- default: lazy { {} }, desired_state: false
+ default: {}, desired_state: false
end
end
end