-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathBerksfile
23 lines (19 loc) · 978 Bytes
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Fix for encoding bug
Encoding.default_external = "utf-8"
source "https://supermarket.getchef.com"
# Community Cookbooks
cookbook 'elasticsearch', '~> 0.3.13'
cookbook 'grafana', '~> 1.5.4'
cookbook 'graphite', '~> 1.0.2', git: 'https://github.com/hw-cookbooks/graphite.git'
cookbook 'kibana', '~> 0.1.8'
cookbook 'logstash', '~> 0.1.0', git: 'https://github.com/foxycoder/chef-logstash.git'
cookbook 'sensu', '~> 2.6.0'
cookbook 'statsd', '~> 1.1.10', git: 'https://github.com/hectcastro/chef-statsd.git'
# Our Cookbooks
cookbook 'rabbitmq_cluster', '~> 0.1.0', path: './site-cookbooks/rabbitmq_cluster'
cookbook 'bb_elasticsearch', '~> 0.1.0', path: './site-cookbooks/bb_elasticsearch'
cookbook 'bb_monitor', '~> 0.1.0', path: './site-cookbooks/bb_monitor'
cookbook 'bb_external', '~> 0.1.0', path: './site-cookbooks/bb_external'
# Override opsworks to use community apache2
cookbook 'apache2', '~> 2.0.0', path: './apache2'
cookbook 'nginx', '~> 2.7.4', path: './nginx'