summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group.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/group.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/group.rb')
-rw-r--r--lib/chef/provider/group.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/group.rb b/lib/chef/provider/group.rb
index 82196c72f3..ce20a2b5e5 100644
--- a/lib/chef/provider/group.rb
+++ b/lib/chef/provider/group.rb
@@ -18,14 +18,12 @@
require "chef/provider"
require "chef/mixin/shell_out"
-require "chef/mixin/command"
require "etc"
class Chef
class Provider
class Group < Chef::Provider
include Chef::Mixin::ShellOut
- include Chef::Mixin::Command
attr_accessor :group_exists
attr_accessor :change_desc