diff options
Diffstat (limited to 'lib/chef/provider/package.rb')
-rw-r--r-- | lib/chef/provider/package.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/package.rb b/lib/chef/provider/package.rb index 97aefbd559..36df048741 100644 --- a/lib/chef/provider/package.rb +++ b/lib/chef/provider/package.rb @@ -61,10 +61,6 @@ class Chef end end - def whyrun_supported? - true - end - def check_resource_semantics! # FIXME: this is not universally true and subclasses are needing to override this and no-ops it. It should be turned into # another "subclass_directive" and the apt and yum providers should declare that they need this behavior. |