diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-05-10 15:35:11 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-05-10 15:35:11 -0700 |
commit | b3a1cc9165904e6be09b8a62065e9289a905bfb4 (patch) | |
tree | 9810a8e7f2b763b7fc765683de5c8f2116371396 /lib/chef/provider/user/aix.rb | |
parent | b584400b5f7b7e315e9602937c4803d453bad3ab (diff) | |
download | chef-b3a1cc9165904e6be09b8a62065e9289a905bfb4.tar.gz |
clean up updating_home?lcg/cleanup-user
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.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/provider/user/aix.rb b/lib/chef/provider/user/aix.rb index e89e56d90b..be6ff9d750 100644 --- a/lib/chef/provider/user/aix.rb +++ b/lib/chef/provider/user/aix.rb @@ -103,12 +103,6 @@ class Chef opts 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 - new_resource.home && Pathname.new(current_resource.home).cleanpath != Pathname.new(new_resource.home).cleanpath - end - private def add_password |