summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user/aix.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-05-10 13:58:45 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-05-10 13:58:45 -0700
commit8f5a6701c590abf01525e3ca64ed90f3adce497c (patch)
tree24c56d735937093d72ff47eb5130a78c133e2395 /lib/chef/provider/user/aix.rb
parent79f5a8502787ba19ea8872349bc4b167d7abb900 (diff)
downloadchef-8f5a6701c590abf01525e3ca64ed90f3adce497c.tar.gz
move should_set? to superclass
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/provider/user/aix.rb')
-rw-r--r--lib/chef/provider/user/aix.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/user/aix.rb b/lib/chef/provider/user/aix.rb
index 351d603c93..e89e56d90b 100644
--- a/lib/chef/provider/user/aix.rb
+++ b/lib/chef/provider/user/aix.rb
@@ -103,10 +103,6 @@ class Chef
opts
end
- def should_set?(sym)
- current_resource.send(sym).to_s != new_resource.send(sym).to_s && new_resource.send(sym)
- end
-
# FIXME: move to superclass, and one of these implements must be buggy?
def updating_home?
return true if current_resource.home.nil? && new_resource.home