# File lib/chef/provider/user.rb, line 132 def action_modify if @user_exists if compare_user manage_user @new_resource.updated_by_last_action(true) Chef::Log.info("#{@new_resource} modified") end else raise Chef::Exceptions::User, "Cannot modify user - does not exist!" end end