summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-10 21:38:48 -0700
committerTim Smith <tsmith@chef.io>2018-07-10 21:38:48 -0700
commit21c994b321a20bfa541c727a49a71b1a5d1ca9e8 (patch)
tree86a0cfbcc07c47a356833d38afbde03439b7852f /lib/chef/provider/user
parent293eb409c165b0080178f378211dde1cbb81c916 (diff)
downloadchef-21c994b321a20bfa541c727a49a71b1a5d1ca9e8.tar.gz
Remove require mixlib/shellouts where not necessaryrequire_the_right_shellout
the dscl user provider uses mixin/shell_out instead and the specs don't seem to use mixlib/shellout or actually need the require. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider/user')
-rw-r--r--lib/chef/provider/user/dscl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/dscl.rb b/lib/chef/provider/user/dscl.rb
index 9584e20656..a459525bac 100644
--- a/lib/chef/provider/user/dscl.rb
+++ b/lib/chef/provider/user/dscl.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "mixlib/shellout"
+require "chef/mixin/shell_out"
require "chef/provider/user"
require "openssl"
require "plist"