summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-05-09 21:53:36 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-05-09 21:53:36 -0700
commit96c519ef6ee88d2adc4d4a35a080400b6a4f3659 (patch)
tree3821dc23c3614c015c740942a0f08f756cda330f /lib/chef/providers.rb
parent189743e30d61d213aa1f90429a2cdf72467173fb (diff)
downloadchef-96c519ef6ee88d2adc4d4a35a080400b6a4f3659.tar.gz
migrate logic into aix and solaris subclasses
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 1b9aa84697..cd265b0618 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -1,6 +1,6 @@
#
# Author:: Daniel DeLeo (<dan@chef.io>)
-# Copyright:: Copyright 2010-2016, Chef Software, Inc.
+# Copyright:: Copyright 2010-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -109,7 +109,6 @@ require "chef/provider/user/dscl"
require "chef/provider/user/linux"
require "chef/provider/user/pw"
require "chef/provider/user/solaris"
-require "chef/provider/user/useradd"
require "chef/provider/user/windows"
require "chef/provider/group/aix"