summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-28 10:22:07 -0700
committerTim Smith <tsmith@chef.io>2017-05-12 09:29:33 -0700
commit3d6fcbd0870da39117f45662e367b36491237c3b (patch)
treeb5681d207c7c296ae40511565bef62657a744f4d
parent3f89a5b8fd153b1086e73cc257ef809858bb9051 (diff)
downloadchef-3d6fcbd0870da39117f45662e367b36491237c3b.tar.gz
Why-run is always on so we don't need to enable it now
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/provider/apt_preference.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/apt_preference.rb b/lib/chef/provider/apt_preference.rb
index db0db4431a..aaf2c566da 100644
--- a/lib/chef/provider/apt_preference.rb
+++ b/lib/chef/provider/apt_preference.rb
@@ -33,10 +33,6 @@ class Chef
which("apt-get")
end
- def whyrun_supported?
- true
- end
-
def load_current_resource
end