-
Notifications
You must be signed in to change notification settings - Fork 3
/
Berksfile
23 lines (21 loc) · 1.15 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
source 'https://api.berkshelf.com'
# cookbook 'le_chef', github: 'commandp/le_chef'
cookbook 'newrelic'
cookbook 'locale'
cookbook 'aws'
cookbook 'opsworks_sidekiq', github: 'drakerlabs/opsworks_sidekiq'
cookbook 'aws-tag', github: 'commandp/chef-aws-tag'
cookbook 'apt', '>= 2.3.8', git: 'git://github.com/opscode-cookbooks/apt.git', tag: 'v2.3.8'
cookbook 'ark', git: 'git://github.com/opscode-cookbooks/ark.git', tag: 'v0.9.0'
cookbook 'java', '>= 1.19.2', git: 'git://github.com/opscode-cookbooks/java.git', tag: 'v1.28.0'
cookbook 'elasticsearch', git: 'git://github.com/elasticsearch/cookbook-elasticsearch.git', tag: '0.3.11'
cookbook 'layer-custom', git: 'git://github.com/amazonwebservices/opsworks-elasticsearch-cookbook.git', rel: "layer-custom"
cookbook 'docker', '~> 0.36.0'
cookbook 'datadog'
cookbook 'logentries_agent', '~> 0.2.0'
cookbook 'monit-ng', '~> 2.0.2'
cookbook 'beaver', git: 'git://github.com/commandp/cookbook-beaver.git'
cookbook 'nodejs', '~> 2.4.2'
cookbook 'collectd', git: 'git://github.com/SammyLin/chef-collectd.git'
cookbook 'op-collectd', path: 'op-collectd'
cookbook 'zabbix-agent', git: 'git://github.com/commandp/zabbix-agent.git'