diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-29 00:30:26 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-29 00:30:26 -0700 |
commit | 9e85bbdb9419e5b9946ab6d0d37817612e43cc4a (patch) | |
tree | b8d2049f768471e8cba29ab08c64c08a623bd5e0 /lib/chef/provider/group/suse.rb | |
parent | 4edfb5be4391f1b6ad54e472b1721af00fbada5e (diff) | |
download | chef-9e85bbdb9419e5b9946ab6d0d37817612e43cc4a.tar.gz |
add shell_out to base provider code
Diffstat (limited to 'lib/chef/provider/group/suse.rb')
-rw-r--r-- | lib/chef/provider/group/suse.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/group/suse.rb b/lib/chef/provider/group/suse.rb index 14380f1705..451af5fc45 100644 --- a/lib/chef/provider/group/suse.rb +++ b/lib/chef/provider/group/suse.rb @@ -17,14 +17,12 @@ # require 'chef/provider/group/groupadd' -require 'chef/mixin/shell_out' class Chef class Provider class Group class Suse < Chef::Provider::Group::Groupadd - include Chef::Mixin::ShellOut def load_current_resource super |