Open athreyavc1 opened 7 years ago
Changed artifact/providers/file.rb line 48 to
# @current_resource = Chef::Resource::ArtifactFile.new(@new_resource.name)
@current_resource = Chef::Resource.resource_for_node(:artifact_file, node)
@current_resource
Working now.
Would be nice if this change was pushed.
I was able to resolve this issue by using the built in remote_file resource, and I've heard the Ark Cookbook is useful as well
Hi, artifact-cookbook not working after I upgraded the chef client to
Chef Server is 12.x
Regards,