-
Notifications
You must be signed in to change notification settings - Fork 33
/
Cheffile
44 lines (35 loc) · 1.08 KB
/
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
37
38
39
40
41
42
43
44
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'apache2', '1.4.2'
cookbook 'apt', '1.8.4'
cookbook 'aws', '0.100.6'
cookbook 'build-essential', '1.3.4'
cookbook 'ntp', '1.3.2'
cookbook 'openssh', '1.1.4'
cookbook 'openssl', '1.0.0'
cookbook 'postgresql', '2.2.0'
cookbook 'selinux', '0.5.6'
cookbook 'xfs', '1.1.0'
cookbook 'yum', '2.1.0'
cookbook 'erlang', '1.1.2'
cookbook 'mysql', '2.1.2'
cookbook 'rabbitmq', '1.8.0'
cookbook 'database', '1.3.12'
cookbook 'omnibus_updater', '0.1.2'
cookbook 'lxc', '0.1.0'
cookbook 'keystone', '2012.1.1'
cookbook 'glance', '2012.1.1'
cookbook 'nova', '2012.1.2'
cookbook 'horizon', '2012.1.1'
cookbook 'sysctl',
:git => 'https://github.com/mattray/sysctl.git'
cookbook 'osops-utils',
:git => 'https://github.com/mattray/osops-utils.git'
cookbook 'rabbitmq-openstack',
:git => 'https://github.com/mattray/rabbitmq-openstack.git'
cookbook 'mysql-openstack',
:git => 'https://github.com/mattray/mysql-openstack.git'
# cookbook 'swift',
# :git => 'https://github.com/mattray/swift.git',
# :ref => 'essex'