summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user/dscl.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-24 10:32:49 -0700
committerClaire McQuin <claire@getchef.com>2014-09-24 10:32:49 -0700
commit2d6d41d9b2465d3bc1e9f11b6d1197500f8859cc (patch)
treeeba16f402171a41cda8926309032d8773ec5c994 /lib/chef/provider/user/dscl.rb
parentd9894dcf47200a047b5e54284f43543dbf2e322b (diff)
downloadchef-2d6d41d9b2465d3bc1e9f11b6d1197500f8859cc.tar.gz
Remove requires path_helper from provider class, add to provider subclasses using PathHelper.
Diffstat (limited to 'lib/chef/provider/user/dscl.rb')
-rw-r--r--lib/chef/provider/user/dscl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/user/dscl.rb b/lib/chef/provider/user/dscl.rb
index a9edc29363..84f5145c52 100644
--- a/lib/chef/provider/user/dscl.rb
+++ b/lib/chef/provider/user/dscl.rb
@@ -20,6 +20,7 @@ require 'mixlib/shellout'
require 'chef/provider/user'
require 'openssl'
require 'plist'
+require 'chef/util/path_helper'
class Chef
class Provider