Add 'ark' cookbook to Cheffile - required by the modern versions of included cookbooks.

Elijah Wright лет %!s(int64=10): %!d(string=назад)
Родитель
Сommit
8cb2bc8e9e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      deployment/Cheffile

+ 1 - 0
deployment/Cheffile

@@ -3,6 +3,7 @@
3 3
 
4 4
 site 'http://community.opscode.com/api/v1'
5 5
 
6
+cookbook 'ark'
6 7
 cookbook 'runit'
7 8
 cookbook 'git', :git => 'git://github.com/opscode-cookbooks/git.git'
8 9
 cookbook 'nginx', :git => 'git://github.com/opscode-cookbooks/nginx.git'