We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549ae9d commit 766a83aCopy full SHA for 766a83a
1 file changed
chef/lib/chef/provider/remote_file.rb
@@ -82,6 +82,8 @@ def do_remote_file(source, path)
82
# We're done with the file, so make sure to close it if it was open.
83
raw_file.close
84
true
85
+ else
86
+ Chef::Log.debug("File #{@new_resource} checksum matches, not updating")
87
end
88
89
set_owner if @new_resource.owner
0 commit comments