lib/chef/provider/remote_directory.rb in microwave-0.1004.6 vs lib/chef/provider/remote_directory.rb in microwave-0.1006.1
- old
+ new
@@ -41,10 +41,9 @@
create_cookbook_file(cookbook_file_relative_path)
files_to_purge.delete(::File.dirname(::File.join(@new_resource.path, cookbook_file_relative_path)))
files_to_purge.delete(::File.join(@new_resource.path, cookbook_file_relative_path))
end
purge_unmanaged_files(files_to_purge)
- Chef::Log.info("#{@new_resource} created")
end
def action_create_if_missing
# if this action is called, ignore the existing overwrite flag
@new_resource.overwrite = false