-
Notifications
You must be signed in to change notification settings - Fork 83
/
Berksfile
76 lines (75 loc) · 2.53 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
require File.join(File.dirname(__FILE__), 'config/Berksfile.inc.rb')
pantry_cookbook 'ant'
pantry_cookbook 'apache2'
pantry_cookbook 'apt'
pantry_cookbook 'aws'
pantry_cookbook 'backups'
pantry_cookbook 'bluepill'
pantry_cookbook 'boost'
pantry_cookbook 'build-essential'
pantry_cookbook 'chef-server'
pantry_cookbook 'chef_handler'
pantry_cookbook 'cloud_utils'
pantry_cookbook 'cluster_directory'
pantry_cookbook 'couchdb'
pantry_cookbook 'daemontools'
pantry_cookbook 'database'
pantry_cookbook 'elasticsearch'
pantry_cookbook 'emacs'
pantry_cookbook 'erlang'
pantry_cookbook 'firewall'
pantry_cookbook 'flume'
pantry_cookbook 'gecode'
pantry_cookbook 'git'
pantry_cookbook 'hadoop_cluster'
pantry_cookbook 'hbase'
pantry_cookbook 'hive'
pantry_cookbook 'install_from'
pantry_cookbook 'iptables'
pantry_cookbook 'iron_cuke'
pantry_cookbook 'java'
pantry_cookbook 'jenkins'
pantry_cookbook 'jenkins_integration'
pantry_cookbook 'jpackage'
pantry_cookbook 'jruby'
pantry_cookbook 'kafka'
pantry_cookbook 'log_integration'
pantry_cookbook 'maven'
pantry_cookbook 'minidash'
pantry_cookbook 'mongodb'
pantry_cookbook 'motd'
pantry_cookbook 'mysql'
pantry_cookbook 'nfs'
pantry_cookbook 'nginx'
pantry_cookbook 'nodejs'
pantry_cookbook 'ntp'
pantry_cookbook 'openssl'
pantry_cookbook 'package_set'
pantry_cookbook 'pig'
pantry_cookbook 'postgresql'
pantry_cookbook 'python'
pantry_cookbook 'rabbitmq'
pantry_cookbook 'redis'
pantry_cookbook 'route53'
pantry_cookbook 'runit'
pantry_cookbook 'rundeck'
pantry_cookbook 's3cmd'
pantry_cookbook 'silverware'
pantry_cookbook 'storm'
pantry_cookbook 'sudo'
pantry_cookbook 'thrift'
pantry_cookbook 'tuning'
pantry_cookbook 'ucspi-tcp'
pantry_cookbook 'ufw'
pantry_cookbook 'users'
pantry_cookbook 'vayacondios'
pantry_cookbook 'volumes'
pantry_cookbook 'vsftpd'
pantry_cookbook 'xfs'
pantry_cookbook 'xml'
pantry_cookbook 'yum'
pantry_cookbook 'zabbix'
pantry_cookbook 'zeromq'
pantry_cookbook 'zlib'
pantry_cookbook 'zookeeper'
pantry_cookbook 'zsh'