-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
88 lines (86 loc) · 4.02 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
source "https://supermarket.getchef.io"
metadata
#[submodule "elasticsearch"]
cookbook 'elasticsearch', git: 'https://github.com/foxycoder/cookbook-elasticsearch.git'
#[submodule "yum"]
cookbook 'yum', git: 'https://github.com/opscode-cookbooks/yum.git'
#[submodule "aws"]
cookbook 'aws', git: 'https://github.com/opscode-cookbooks/aws.git'
#[submodule "yumrepo"]
cookbook 'yumrepo', git: 'https://github.com/bryanwb/cookbook-yumrepo.git'
#[submodule "htpasswd"]
cookbook 'htpasswd', git: 'https://github.com/Youscribe/htpasswd-cookbook.git'
#[submodule "kibana"]
#cookbook 'kibana', git: 'https://github.com/foxycoder/chef-kibana.git'
#[submodule "logstash"]
#cookbook 'logstash', git: 'https://github.com/foxycoder/chef-logstash.git'
#[submodule "redisio"]
#cookbook 'redisio', git: 'https://github.com/brianbianco/redisio.git'
#[submodule "rabbitmq"]
#cookbook 'rabbitmq', git: 'https://github.com/opscode-cookbooks/rabbitmq.git'
#[submodule "java"]
#cookbook 'java', git: 'https://github.com/opscode-cookbooks/java.git'
#[submodule "apt"]
#cookbook 'apt', git: 'https://github.com/opscode-cookbooks/apt.git'
#[submodule "erlang"]
#cookbook 'erlang', git: 'https://github.com/opscode-cookbooks/erlang.git'
#[submodule "mysql"]
#cookbook 'mysql', git: 'https://github.com/opscode-cookbooks/mysql.git'
#[submodule "nagios"]
#cookbook 'nagios', git: 'https://github.com/opscode-cookbooks/nagios.git'
#[submodule "nginx"]
#cookbook 'nginx', git: 'https://github.com/opscode-cookbooks/nginx.git'
#[submodule "ntp"]
#cookbook 'ntp', git: 'https://github.com/opscode-cookbooks/ntp.git'
#[submodule "postgresql"]
#cookbook 'postgresql', git: 'https://github.com/opscode-cookbooks/postgresql.git'
#[submodule "runit"]
#cookbook 'runit', git: 'https://github.com/opscode-cookbooks/runit.git'
#[submodule "ant"]
#cookbook 'ant', git: 'https://github.com/opscode-cookbooks/ant.git'
#[submodule "apache2"]
#cookbook 'apache2', git: 'https://github.com/opscode-cookbooks/apache2.git'
#[submodule "ark"]
#cookbook 'ark', git: 'https://github.com/opscode-cookbooks/ark.git'
#[submodule "bluepill"]
#cookbook 'bluepill', git: 'https://github.com/opscode-cookbooks/bluepill.git'
#[submodule "build-essential"]
#cookbook 'build-essential', git: 'https://github.com/opscode-cookbooks/build-essential.git'
#[submodule "chef_handler"]
#cookbook 'chef_handler', git: 'https://github.com/opscode-cookbooks/chef_handler.git'
#[submodule "database"]
#cookbook 'database', git: 'https://github.com/opscode-cookbooks/database.git'
#[submodule "dmg"]
#cookbook 'dmg', git: 'https://github.com/opscode-cookbooks/dmg.git'
#[submodule "git"]
#cookbook 'git', git: 'https://github.com/opscode-cookbooks/git.git'
#[submodule "logrotate"]
#cookbook 'logrotate', git: 'https://github.com/opscode-cookbooks/logrotate.git'
#[submodule "memcached"]
#cookbook 'memcached', git: 'https://github.com/opscode-cookbooks/memcached.git'
#[submodule "ohai"]
#cookbook 'ohai', git: 'https://github.com/opscode-cookbooks/ohai.git'
#[submodule "openssl"]
#cookbook 'openssl', git: 'https://github.com/opscode-cookbooks/openssl.git'
#[submodule "perl"]
#cookbook 'perl', git: 'https://github.com/opscode-cookbooks/perl.git'
#[submodule "php"]
#cookbook 'php', git: 'https://github.com/opscode-cookbooks/php.git'
#[submodule "postfix"]
#cookbook 'postfix', git: 'https://github.com/opscode-cookbooks/postfix.git'
#[submodule "python"]
#cookbook 'python', git: 'https://github.com/opscode-cookbooks/python.git'
#[submodule "vim"]
#cookbook 'vim', git: 'https://github.com/opscode-cookbooks/vim.git'
#[submodule "windows"]
#cookbook 'windows', git: 'https://github.com/opscode-cookbooks/windows.git'
#[submodule "xfs"]
#cookbook 'xfs', git: 'https://github.com/opscode-cookbooks/xfs.git'
#[submodule "xml"]
#cookbook 'xml', git: 'https://github.com/opscode-cookbooks/xml.git'
#[submodule "rsyslog"]
#cookbook 'rsyslog', git: 'https://github.com/opscode-cookbooks/rsyslog.git'
#[submodule "hostsfile"]
#cookbook 'hostsfile', git: 'https://github.com/foxycoder/hostsfile.git'
#[submodule "rbenv"]
#cookbook 'rbenv', git: 'https://github.com/ddux/rbenv-cookbook.git'