diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-31 13:57:07 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-31 13:57:07 -0700 |
commit | 9c0a6a3775314872c8d3b9c914ba56bbda6c8e1b (patch) | |
tree | e2c26673b936dde27eb5fe3890111315a3ebc3b2 /lib/chef/provider/route.rb | |
parent | 5dacd74ce5cccc4dbb651a45f9e591dd1921cc6e (diff) | |
download | chef-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/route.rb')
-rw-r--r-- | lib/chef/provider/route.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/route.rb b/lib/chef/provider/route.rb index 2e2a1266b4..59d516be6a 100644 --- a/lib/chef/provider/route.rb +++ b/lib/chef/provider/route.rb @@ -17,14 +17,12 @@ # require "chef/log" -require "chef/mixin/command" require "chef/provider" require "ipaddr" class Chef class Provider class Route < Chef::Provider - include Chef::Mixin::Command provides :route |