From aea8bcf74042e96e386a596956dd8ac084ed59e4 Mon Sep 17 00:00:00 2001 From: xofer Date: Sat, 19 Jan 2013 16:55:04 -0500 Subject: [PATCH] allow call java_ark in other cookbooks --- providers/ark.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/ark.rb b/providers/ark.rb index 5d1b288d..5b3b94bb 100644 --- a/providers/ark.rb +++ b/providers/ark.rb @@ -170,6 +170,7 @@ def download_direct_from_oracle(tarball_name, new_resource) converge_by(description) do Chef::Log.debug "Adding #{jinfo_file} for debian" template "#{jinfo_file}" do + cookbook 'java' source "oracle.jinfo.erb" variables( :priority => new_resource.alternatives_priority,