summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2015-10-08 13:36:20 -0700
committerMatt Wrock <matt@mattwrock.com>2015-10-08 13:36:20 -0700
commitf38138ebc52946148e4a9af89ddc259b440b899b (patch)
tree7c5fa04b9acb87488eedcdcdcbbb6db7f19fb21b
parentbc5c350bbf4b339a3a89c685372780ded2d46f12 (diff)
downloadchef-mwrock/no_win_group.tar.gz
-rw-r--r--lib/chef/provider/user/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/windows.rb b/lib/chef/provider/user/windows.rb
index 87310a4acf..4f3e940ae7 100644
--- a/lib/chef/provider/user/windows.rb
+++ b/lib/chef/provider/user/windows.rb
@@ -63,7 +63,7 @@ class Chef
# === Returns
# <true>:: If a change is required
# <false>:: If the users are identical
- def compare_user
+ def compare_user
unless @net_user.validate_credentials(@new_resource.password)
Chef::Log.debug("#{@new_resource} password has changed")
return true