summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-07-29 00:30:26 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-07-29 00:30:26 -0700
commit9e85bbdb9419e5b9946ab6d0d37817612e43cc4a (patch)
treeb8d2049f768471e8cba29ab08c64c08a623bd5e0 /lib/chef/provider/group
parent4edfb5be4391f1b6ad54e472b1721af00fbada5e (diff)
downloadchef-9e85bbdb9419e5b9946ab6d0d37817612e43cc4a.tar.gz
add shell_out to base provider code
Diffstat (limited to 'lib/chef/provider/group')
-rw-r--r--lib/chef/provider/group/gpasswd.rb2
-rw-r--r--lib/chef/provider/group/groupmod.rb2
-rw-r--r--lib/chef/provider/group/suse.rb2
-rw-r--r--lib/chef/provider/group/usermod.rb2
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/chef/provider/group/gpasswd.rb b/lib/chef/provider/group/gpasswd.rb
index a65a7ffd53..2ac98f85ac 100644
--- a/lib/chef/provider/group/gpasswd.rb
+++ b/lib/chef/provider/group/gpasswd.rb
@@ -17,14 +17,12 @@
#
require 'chef/provider/group/groupadd'
-require 'chef/mixin/shell_out'
class Chef
class Provider
class Group
class Gpasswd < Chef::Provider::Group::Groupadd
- include Chef::Mixin::ShellOut
def load_current_resource
super
diff --git a/lib/chef/provider/group/groupmod.rb b/lib/chef/provider/group/groupmod.rb
index c8b6458db0..ae89f3af93 100644
--- a/lib/chef/provider/group/groupmod.rb
+++ b/lib/chef/provider/group/groupmod.rb
@@ -16,14 +16,12 @@
# 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
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
diff --git a/lib/chef/provider/group/usermod.rb b/lib/chef/provider/group/usermod.rb
index e6f3fc9e0f..fac6afb9f9 100644
--- a/lib/chef/provider/group/usermod.rb
+++ b/lib/chef/provider/group/usermod.rb
@@ -17,14 +17,12 @@
#
require 'chef/provider/group/groupadd'
-require 'chef/mixin/shell_out'
class Chef
class Provider
class Group
class Usermod < Chef::Provider::Group::Groupadd
- include Chef::Mixin::ShellOut
def load_current_resource
super