I'm trying to copy a file that's included with a cookbook. This doesn't seem to be working:
cookbook_file node[:confluence][:mysql_jar] do
path "#{node[:confluence][:install_path]}/confluence/WEB-INF/lib/"
action :create_if_missing
end
I've checked the paths and they all have write permissions.. Also the included file has been placed under...
Cookbook_name --> files --> default --> mysql.jar