summaryrefslogtreecommitdiff
path: root/lib/chef/provider/osx_profile.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:57:07 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:57:07 -0700
commit9c0a6a3775314872c8d3b9c914ba56bbda6c8e1b (patch)
treee2c26673b936dde27eb5fe3890111315a3ebc3b2 /lib/chef/provider/osx_profile.rb
parent5dacd74ce5cccc4dbb651a45f9e591dd1921cc6e (diff)
downloadchef-9c0a6a3775314872c8d3b9c914ba56bbda6c8e1b.tar.gz
Chef-13: remove deprecated run_command API entirely
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/provider/osx_profile.rb')
-rw-r--r--lib/chef/provider/osx_profile.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/osx_profile.rb b/lib/chef/provider/osx_profile.rb
index 8ecde54ce0..1d87f29eb2 100644
--- a/lib/chef/provider/osx_profile.rb
+++ b/lib/chef/provider/osx_profile.rb
@@ -25,7 +25,6 @@ require "uuidtools"
class Chef
class Provider
class OsxProfile < Chef::Provider
- include Chef::Mixin::Command
provides :osx_profile, os: "darwin"
provides :osx_config_profile, os: "darwin"