summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-05-08 12:14:25 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-05-15 08:51:20 -0700
commite90ff3c513b8f3dcbb55a769a2aece2fc0e15cd9 (patch)
tree616de24718d017a7d067e3c5084c9bc09077a07d
parentfa9e1ecd4b495ba04c56e608d07578088a4e42f2 (diff)
downloadchef-e90ff3c513b8f3dcbb55a769a2aece2fc0e15cd9.tar.gz
Move win32/user to win32/net
-rw-r--r--lib/chef/util/windows/net_user.rb2
-rw-r--r--lib/chef/win32/net.rb (renamed from lib/chef/win32/user.rb)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/util/windows/net_user.rb b/lib/chef/util/windows/net_user.rb
index faa4cf5698..b98f346f51 100644
--- a/lib/chef/util/windows/net_user.rb
+++ b/lib/chef/util/windows/net_user.rb
@@ -18,7 +18,7 @@
require 'chef/util/windows'
require 'chef/exceptions'
-require 'chef/win32/user'
+require 'chef/win32/net'
#wrapper around a subset of the NetUser* APIs.
#nothing Chef specific, but not complete enough to be its own gem, so util for now.
diff --git a/lib/chef/win32/user.rb b/lib/chef/win32/net.rb
index 41a8517952..41a8517952 100644
--- a/lib/chef/win32/user.rb
+++ b/lib/chef/win32/net.rb