summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/paludis.rb
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/provider/package/paludis.rb
parent0e4a46c5f8cbcf8be6cc2b26301cb1563ca03058 (diff)
downloadchef-08374501695da7e538a04ef48f8863d881ba81a7.tar.gz
moved init of timeout for paludis packages to the right place
Diffstat (limited to 'lib/chef/provider/package/paludis.rb')
-rw-r--r--lib/chef/provider/package/paludis.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/provider/package/paludis.rb b/lib/chef/provider/package/paludis.rb
index feb3c9ada6..427610efde 100644
--- a/lib/chef/provider/package/paludis.rb
+++ b/lib/chef/provider/package/paludis.rb
@@ -27,11 +27,6 @@ class Chef
include Chef::Mixin::ShellOut
- def initialize(name, run_context=nil)
- super
- @new_resource.timeout ||= 3600
- end
-
def load_current_resource
@current_resource = Chef::Resource::Package.new(@new_resource.package_name)
@current_resource.package_name(@new_resource.package_name)