forked from rackspace-cookbooks/elkstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
29 lines (21 loc) · 1.14 KB
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
source "https://api.berkshelf.com"
metadata
# until https://github.com/elasticsearch/cookbook-elasticsearch/pull/230
cookbook 'elasticsearch', '~> 0.3', git:'[email protected]:racker/cookbook-elasticsearch.git'
# until https://github.com/poise/python/pull/120
cookbook 'python', git: '[email protected]:racker/python.git'
# until https://github.com/lusis/chef-logstash/issues/394
cookbook 'logstash', git: '[email protected]:lusis/chef-logstash.git'
cookbook 'rackspace_iptables', git: '[email protected]:rackspace-cookbooks/rackspace_iptables.git'
cookbook 'rackspacecloud', git: '[email protected]:rackspace-cookbooks/rackspacecloud.git'
cookbook 'rackspace_gluster', git: '[email protected]:rackspace-cookbooks/rackspace_gluster.git'
cookbook 'rackops_rolebook', git: '[email protected]:rackops/rackops_rolebook.git'
# not published
cookbook 'rackspace_cloudbackup', git:'[email protected]:rackspace-cookbooks/rackspace_cloudbackup.git'
group :integration do
cookbook 'wrapper', path: 'test/fixtures/cookbooks/wrapper'
cookbook 'apt'
cookbook 'yum'
end
# until https://github.com/opscode-cookbooks/openssl/pull/11
cookbook 'openssl', git: '[email protected]:racker/openssl.git'