From 9b20d84b8acf9a405eaae5a7870aa5a947d0c3c5 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Mon, 10 Jun 2013 17:37:45 +0200 Subject: [PATCH] Use the "ark" cookbook (0.2.4) from --- Berksfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 889d77701..b6aeb4cdd 100644 --- a/Berksfile +++ b/Berksfile @@ -3,7 +3,7 @@ metadata cookbook 'apt', git: 'git://github.com/opscode-cookbooks/apt.git' cookbook 'yum', git: 'git://github.com/opscode-cookbooks/yum.git' -cookbook 'ark', git: 'git://github.com/bryanwb/chef-ark.git' +cookbook 'ark', git: 'git://github.com/opscode-cookbooks/ark.git', ref: '0.2.4' cookbook 'java', git: 'git://github.com/opscode-cookbooks/java.git' cookbook 'monit', git: 'git://github.com/apsoto/monit.git'