From 154fecf8fd422bd16c079183f5c5c2204d74eb22 Mon Sep 17 00:00:00 2001 From: Greg Thornton Date: Wed, 11 Apr 2012 23:26:10 -0500 Subject: [PATCH] Switch to CJ fork of java cookbook to handle Ubuntu 12.04 --- .../{ubuntu10.04-gems-hatch.erb => ubuntu-gems-hatch.erb} | 0 Cheffile | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename .chef/bootstrap/{ubuntu10.04-gems-hatch.erb => ubuntu-gems-hatch.erb} (100%) diff --git a/.chef/bootstrap/ubuntu10.04-gems-hatch.erb b/.chef/bootstrap/ubuntu-gems-hatch.erb similarity index 100% rename from .chef/bootstrap/ubuntu10.04-gems-hatch.erb rename to .chef/bootstrap/ubuntu-gems-hatch.erb diff --git a/Cheffile b/Cheffile index daa7b8a..410f4d9 100644 --- a/Cheffile +++ b/Cheffile @@ -13,7 +13,6 @@ cookbook 'couchdb' cookbook 'daemontools' cookbook 'erlang' cookbook 'gecode' -cookbook 'java' cookbook 'nginx' cookbook 'openssl' cookbook 'runit' @@ -21,3 +20,6 @@ cookbook 'ucspi-tcp' cookbook 'xml' cookbook 'yum' cookbook 'zlib' + +cookbook "java", + :git => "https://github.com/cjAdvertising/chef-java.git" \ No newline at end of file