-
Notifications
You must be signed in to change notification settings - Fork 6
/
Cheffile
36 lines (28 loc) · 948 Bytes
/
Cheffile
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
30
31
32
33
34
35
36
#!/usr/bin/env ruby
#^syntax detection
site "https://supermarket.getchef.com/api/v1"
cookbook 'hostsfile', '= 2.0.0'
cookbook 'apt'
cookbook 'ntp'
cookbook 'ohai'
cookbook 'openssh'
cookbook 'ssh_known_hosts'
cookbook 'ulimit'
cookbook 'java'
cookbook 'logstash', '= 0.9.2'
cookbook 'elasticsearch', '= 0.3.10'
cookbook 'java', '~> 1.35.0'
cookbook 'htpasswd', '~> 0.2.4'
cookbook 'aws', :git => "https://github.com/the-startup-stack/aws", :ref => "978531d511405de3872b5fe60ac52f73024b268f"
cookbook 'kibana', git: 'https://github.com/lusis/chef-kibana', ref: 'dbd7ee0'
cookbook 'git', '~> 4.2.2'
cookbook 'sensu', '~> 2.9.0'
cookbook 'uchiwa'
cookbook 'graphite', '= 0.4.8'
cookbook 'statsd', git: '[email protected]:hectcastro/chef-statsd.git'
cookbook 'collectd', git: '[email protected]:hectcastro/chef-collectd.git'
cookbook 'rvm', '~> 0.9.4'
cookbook 'chef-sugar'
cookbook 'docker', '~> 2.0'
cookbook 'users', '~> 1.7.0'
cookbook 'mysql'