Centos – Chef Recipe; cannot be found in the resource collection
I need help in resolving the issue with below chef recipe: application = "edge-api" remote_file "/usr/local/edge-api/#{application}-#{application_version}.jar" do source "#{node.default["thecloud"]["repo_url"]}/#{application}/#{application}-#{application_version}.jar" mode "0644" checksum application_sha256 notifies :stop, "service[edge-api]", :delayed notifies :start, "service[edge-api]", :delayed end I get this error: > FATAL: Chef::Exceptions::ResourceNotFound: resource…