-
Notifications
You must be signed in to change notification settings - Fork 45
/
Berksfile
89 lines (81 loc) · 3.13 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
source 'https://supermarket.getchef.com'
# source 'http://cookbooks.opscode.com/api/v1/cookbooks'
# source 'https://api.berkshelf.com'
cookbook 'redis', github: 'coderanger/chef-redis', tag: '1.0.4'
cookbook 'glusterfs', github: 'alecpm/glusterfs-cookbook', tag: '0.2.0'
cookbook 'supervisor', github: 'poise/supervisor', ref: '2ebac961426eef394179c91a6cc9f9165a0f5e31'
cookbook 'papertrail', github: 'librato/papertrail-cookbook', tag: '0.0.6'
cookbook "traceview", github: 'Optaros/tracelytics-chef', ref: 'e0f1b2bd7b72956963626da2788c9cc6b2b90294'
cookbook 's3fs-fuse', github: 'alecpm/s3fs-fuse'
# We want to be explicit, since we don't explicitly include our
# packages, except when testing
cookbook 'varnish', '1.0.2'
cookbook 'gunicorn', '1.1.2'
cookbook 'build-essential', '= 3.2.0'
cookbook 'apt', '2.7.0'
cookbook 'yum', '3.1.2'
cookbook 'yum-epel', '0.3.4'
cookbook 'git', '3.1.0'
cookbook 'seven_zip', '= 2.0.2'
cookbook 'sqlite', '1.0.0'
cookbook 'ulimit', '0.3.2'
cookbook 'nfs', '1.0.0'
cookbook 'line', '0.6.3'
cookbook 'postfix', '3.1.8'
cookbook 'python', '1.4.6'
cookbook 'runit', '1.5.10'
cookbook 'rsyslog', '1.12.2'
cookbook 'newrelic', '~> 2.26.0'
cookbook 'newrelic_plugins', '~> 1.1.0'
cookbook 'newrelic_meetme_plugin', '~> 0.5.0'
cookbook 'bluepill', '2.3.1'
cookbook 'hostsfile', '= 2.4.6'
cookbook 'curl', '2.0.0'
cookbook 'windows', '1.44.3'
cookbook 'chef_handler', '1.4.0'
cookbook 'certbot', :github => "alecpm/chef-certbot"
# Chef 11 compat
cookbook 'cron', '3.0.0'
cookbook 'system', '= 0.9.1'
cookbook 'ohai', '= 3.0.1'
# avoid certbot override
cookbook 'nginx', :github => "aws/opsworks-cookbooks", :rel => 'nginx', :tag => 'release-chef-11.10'
# Uncomment the items below for testing deployments with Vagrant
# def opsworks_cookbook(name)
# cookbook name, { :github => "aws/opsworks-cookbooks", :rel => name, :tag => 'release-chef-11.10' }
# end
# cookbook 'opsworks_deploy_python', path: './opsworks_deploy_python'
# cookbook 'plone_buildout', path: './plone_buildout'
# opsworks_cookbook 'dependencies'
# opsworks_cookbook 'gem_support'
# opsworks_cookbook 'scm_helper'
# opsworks_cookbook 'ssh_users'
# opsworks_cookbook 'haproxy'
# opsworks_cookbook 'mod_php5_apache2'
# opsworks_cookbook 'opsworks_agent_monit'
# opsworks_cookbook 'opsworks_commons'
# opsworks_cookbook 'opsworks_initial_setup'
# opsworks_cookbook 'opsworks_java'
# opsworks_cookbook 'opsworks_nodejs'
# opsworks_cookbook 'opsworks_aws_flow_ruby'
# opsworks_cookbook 'deploy'
# opsworks_cookbook 'ssh_host_keys'
# opsworks_cookbook 'memcached'
# opsworks_cookbook 'mysql'
# opsworks_cookbook 'nginx'
# opsworks_cookbook 'apache2'
# opsworks_cookbook 'agent_version'
# opsworks_cookbook 'packages'
# opsworks_cookbook 'opsworks_rubygems'
# opsworks_cookbook 'opsworks_bundler'
# # opsworks_cookbook 'ruby'
# # opsworks_cookbook 'opsworks_cleanup'
# # opsworks_cookbook 'opsworks_custom_cookbooks'
# # opsworks_cookbook 'opsworks_ganglia'
# # opsworks_cookbook 'opsworks_shutdown'
# # opsworks_cookbook 'opsworks_stack_state_sync'
# # opsworks_cookbook 'passenger_apache2'
# # opsworks_cookbook 'php'
# # opsworks_cookbook 'rails'
# # opsworks_cookbook 'unicorn'
# # opsworks_cookbook 'ebs'