-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
26 lines (23 loc) · 868 Bytes
/
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
source 'https://supermarket.chef.io'
cookbook 'ubuntu'
cookbook 'apt'
cookbook 'apt-repo', git: 'https://github.com/sometimesfood/chef-apt-repo.git'
cookbook 'git'
cookbook 'monit', git: 'https://github.com/phlipper/chef-monit.git'
cookbook 'firewall'
cookbook 'ntp'
cookbook 'sudo'
cookbook 'vmware-tools', git: 'https://github.com/tamucookbooks/vmware-tools.git'
cookbook 'varnish'
cookbook 'apache2'
cookbook 'php', git: 'https://github.com/priestjim/chef-php.git'
cookbook 'php-fpm', git: 'https://github.com/yevgenko/cookbook-php-fpm.git'
cookbook 'memcached'
cookbook 'percona'
group :wrapper do
cookbook 'w_common', path: 'cookbooks/w_common'
cookbook 'w_varnish', path: 'cookbooks/w_varnish'
cookbook 'w_apache', path: 'cookbooks/w_apache'
cookbook 'w_memcached', path: 'cookbooks/w_memcached'
cookbook 'w_percona', path: 'cookbooks/w_percona'
end