summaryrefslogtreecommitdiff
path: root/lib/chef/resource/msu_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/msu_package.rb')
-rw-r--r--lib/chef/resource/msu_package.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/chef/resource/msu_package.rb b/lib/chef/resource/msu_package.rb
index 12cd0bc590..6028f3853b 100644
--- a/lib/chef/resource/msu_package.rb
+++ b/lib/chef/resource/msu_package.rb
@@ -44,6 +44,11 @@ class Chef
property :checksum, String, desired_state: false,
description: "SHA-256 digest used to verify the checksum of the downloaded MSU package."
+
+ property :timeout, [String, Integer],
+ default: 3600,
+ description: "The amount of time (in seconds) to wait before timing out.",
+ desired_state: false
end
end
end