summaryrefslogtreecommitdiff
path: root/lib/chef/resource/paludis_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/paludis_package.rb')
-rw-r--r--lib/chef/resource/paludis_package.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/paludis_package.rb b/lib/chef/resource/paludis_package.rb
index 552c96857a..47026373c7 100644
--- a/lib/chef/resource/paludis_package.rb
+++ b/lib/chef/resource/paludis_package.rb
@@ -27,7 +27,6 @@ class Chef
def initialize(name, run_context=nil)
super(name, run_context)
- @resource_name = :paludis_package
@allowed_actions.push(:install, :remove, :upgrade)
@timeout = 3600
end