# File lib/chef/provider/file.rb, line 174 def action_touch action_create time = Time.now ::File.utime(time, time, @new_resource.path) Chef::Log.info("#{@new_resource} updated atime and mtime to #{time}") @new_resource.updated_by_last_action(true) end