-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
40 lines (38 loc) · 1.72 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
# vim: set filetype=ruby
source 'https://supermarket.chef.io'
cookbook 'mediawiki',
git: 'https://github.com/67P/mediawiki-cookbook.git',
ref: 'nginx'
cookbook 'php-fpm', '~> 0.8.0'
cookbook 'php', '~> 4.5.0'
cookbook 'postfix', '~> 5.1.1'
cookbook 'unattended-upgrades', '~> 0.1.2'
cookbook 'users', '~> 5.1.0'
cookbook 'sudo', '~> 3.5.3'
cookbook 'hostname', '~> 0.4.2'
cookbook 'firewall', '~> 2.6.2'
cookbook 'chef_nginx', '~> 6.2.0'
cookbook 'build-essential', '~> 8.0.3'
cookbook 'mysql', '~> 8.5.1'
cookbook 'database', '~> 6.1.1'
cookbook 'mysql2_chef_gem'
cookbook 'chef_client_updater', '~> 3.0.4'
cookbook 'timezone_iii', '~> 1.0.4'
cookbook 'ark', '~> 3.1.0'
cookbook 'logrotate', '~> 2.2.0'
cookbook 'ntp', '~> 3.5.2'
cookbook 'application', '~> 5.2.0'
cookbook 'application_ruby', '~> 4.1.0'
cookbook 'application_git', '~> 1.1.0' # 1.2.0 doesn't work with knife-solo
cookbook 'poise', '~> 2.8.1'
cookbook 'poise-languages', '~> 2.1.1'
cookbook 'poise-ruby', '~> 2.3.0'
cookbook 'poise-javascript', '~> 1.2.0'
cookbook 'redisio', git: 'https://github.com/5apps-caboose/redisio.git',
ref: 'leaprail-chef-13'
cookbook 'postgresql', '~> 6.1.1'
cookbook 'openssl', '~> 7.1.0'
cookbook 'seven_zip', '~> 2.0.2'
cookbook 'apt', '~> 6.1.4'
cookbook 'ohai', '~> 5.2.0'
cookbook 'git', '~> 8.0.0'