summaryrefslogtreecommitdiff
path: root/lib/chef/provider/osx_profile.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-09 09:41:49 -0800
committerGitHub <noreply@github.com>2017-03-09 09:41:49 -0800
commit462ce499783771dd54d3cba576e6165643a25b11 (patch)
treec7a12155d860868d9e224be01c439884329abd7e /lib/chef/provider/osx_profile.rb
parent65ebf5f0b704a1b2215da6eb0e1b52788eaef5ca (diff)
parentf706c6a4183c5d2807ead7ed1c26cf2b8cfef921 (diff)
downloadchef-462ce499783771dd54d3cba576e6165643a25b11.tar.gz
Merge pull request #5853 from chef/lcg/default-whyrun-supported
support why-run by default
Diffstat (limited to 'lib/chef/provider/osx_profile.rb')
-rw-r--r--lib/chef/provider/osx_profile.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/osx_profile.rb b/lib/chef/provider/osx_profile.rb
index 9a3b0f9b4a..8ecde54ce0 100644
--- a/lib/chef/provider/osx_profile.rb
+++ b/lib/chef/provider/osx_profile.rb
@@ -29,10 +29,6 @@ class Chef
provides :osx_profile, os: "darwin"
provides :osx_config_profile, os: "darwin"
- def whyrun_supported?
- true
- end
-
def load_current_resource
@current_resource = Chef::Resource::OsxProfile.new(new_resource.name)
current_resource.profile_name(new_resource.profile_name)