summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user/dscl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/user/dscl.rb')
-rw-r--r--lib/chef/provider/user/dscl.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/provider/user/dscl.rb b/lib/chef/provider/user/dscl.rb
index 12be6ffb7e..26268160f2 100644
--- a/lib/chef/provider/user/dscl.rb
+++ b/lib/chef/provider/user/dscl.rb
@@ -16,12 +16,12 @@
# limitations under the License.
#
-require "chef/mixin/shell_out"
-require "chef/provider/user"
-require "chef/resource/user/dscl_user"
+require_relative "../../mixin/shell_out"
+require_relative ""
+require_relative "../../resource/user/dscl_user"
require "openssl"
require "plist"
-require "chef/util/path_helper"
+require_relative "../../util/path_helper"
class Chef
class Provider