summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group/groupmod.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/group/groupmod.rb')
-rw-r--r--lib/chef/provider/group/groupmod.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/group/groupmod.rb b/lib/chef/provider/group/groupmod.rb
index c8b6458db0..7ad762af8d 100644
--- a/lib/chef/provider/group/groupmod.rb
+++ b/lib/chef/provider/group/groupmod.rb
@@ -16,15 +16,11 @@
# limitations under the License.
#
-require 'chef/mixin/shell_out'
-
class Chef
class Provider
class Group
class Groupmod < Chef::Provider::Group
- include Chef::Mixin::ShellOut
-
def load_current_resource
super
[ "group", "user" ].each do |binary|