summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorThomas Berger <th.berger@it.piratenpartei.de>2014-07-26 03:55:50 +0200
committerThomas Berger <th.berger@it.piratenpartei.de>2014-07-26 03:55:50 +0200
commit08374501695da7e538a04ef48f8863d881ba81a7 (patch)
tree715757a00b343cc4780bf53da8b2f24e650f63f5 /lib/chef/resource
parent0e4a46c5f8cbcf8be6cc2b26301cb1563ca03058 (diff)
downloadchef-08374501695da7e538a04ef48f8863d881ba81a7.tar.gz
moved init of timeout for paludis packages to the right place
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/paludis_package.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/paludis_package.rb b/lib/chef/resource/paludis_package.rb
index e456750b70..0751218262 100644
--- a/lib/chef/resource/paludis_package.rb
+++ b/lib/chef/resource/paludis_package.rb
@@ -27,6 +27,7 @@ class Chef
@resource_name = :paludis_package
@provider = Chef::Provider::Package::Paludis
@allowed_actions = [ :install, :remove, :upgrade ]
+ @timeout = 3600
end
end
end