diff options
Diffstat (limited to 'lib/chef/resource/smartos_package.rb')
-rw-r--r-- | lib/chef/resource/smartos_package.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/resource/smartos_package.rb b/lib/chef/resource/smartos_package.rb index 99b3b953b0..5bef54076f 100644 --- a/lib/chef/resource/smartos_package.rb +++ b/lib/chef/resource/smartos_package.rb @@ -26,12 +26,6 @@ class Chef provides :smartos_package provides :package, os: "solaris2", platform_family: "smartos" - def initialize(name, run_context=nil) - super - @resource_name = :smartos_package - end - end end end - |