forked from aws-samples/opsworks-elasticsearch-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
18 lines (17 loc) · 1.47 KB
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
source 'https://api.berkshelf.com'
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.4.2'
cookbook 'bluepill', '>= 2.3.1', git: 'git://github.com/opscode-cookbooks/bluepill.git', tag: 'v2.3.1'
cookbook 'build-essential', '>= 1.4.2', git: 'git://github.com/opscode-cookbooks/build-essential.git', tag: 'v1.4.2'
cookbook 'java', '>= 1.29.0', git: 'git://github.com/opscode-cookbooks/java.git', tag: 'v1.29.0'
cookbook 'monit', '>= 0.6', git: 'git://github.com/apsoto/monit.git'
cookbook 'ohai', '>= 1.1.12', git: 'git://github.com/opscode-cookbooks/ohai.git', tag: 'v1.1.12'
cookbook 'python', '>= 1.4.6', git: 'git://github.com/poise/python.git', tag: 'v1.4.6'
cookbook 'rsyslog', '>= 1.11.0', git: 'git://github.com/opscode-cookbooks/rsyslog.git', tag: 'v1.11.0'
cookbook 'windows', '>= 1.30.0', git: 'git://github.com/opscode-cookbooks/windows.git', tag: 'v1.30.2'
cookbook 'yum', git: 'git://github.com/opscode-cookbooks/yum.git', tag: 'v3.1.0'
cookbook 'yum-epel', '>= 0.3.4', git: 'git://github.com/opscode-cookbooks/yum-epel.git', tag: 'v0.3.4'
cookbook 'elasticsearch', git: 'git://github.com/elevate/cookbook-elasticsearch'
cookbook 'mongodb', git: 'git://github.com/edelight/chef-mongodb'
cookbook "newrelic", git: 'git://github.com/escapestudios-cookbooks/newrelic.git', tag: '2.11.2'
cookbook "newrelic_meetme_plugin", git: 'git://github.com/elevate/newrelic_meetme_plugin.git'