From 8cb2bc8e9e5f57359929d8f1087c6d5d22c87c06 Mon Sep 17 00:00:00 2001 From: Elijah Wright Date: Wed, 18 Mar 2015 11:45:12 -0500 Subject: [PATCH] Add 'ark' cookbook to Cheffile - required by the modern versions of included cookbooks. --- deployment/Cheffile | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/Cheffile b/deployment/Cheffile index d9166194..e8d16120 100644 --- a/deployment/Cheffile +++ b/deployment/Cheffile @@ -3,6 +3,7 @@ site 'http://community.opscode.com/api/v1' +cookbook 'ark' cookbook 'runit' cookbook 'git', :git => 'git://github.com/opscode-cookbooks/git.git' cookbook 'nginx', :git => 'git://github.com/opscode-cookbooks/nginx.git'