update comment in the template
[heat-templates.git] / prod / chef_wordpress_berksfile
blobeaf547b534b7ae37b81e1059ee31b8f1a9a1db8a
1 site :opscode
2 cookbook 'chef-client'
3 cookbook 'memcached'
4 cookbook 'build-essential'
5 cookbook 'apt',
6     git: 'github_heat_cookbooks:rackerlabs/heat-cookbooks.git',
7     rel: 'apt'
8 cookbook 'chef-solo-search'
9 cookbook 'firewall',
10     git: 'github_heat_cookbooks:rackerlabs/heat-cookbooks.git',
11     rel: 'firewall'                   
12 cookbook 'apache2',
13     git: 'https://github.com/opscode-cookbooks/apache2.git'
14 cookbook 'php',
15   git: 'https://github.com/opscode-cookbooks/php.git'
16 cookbook 'lsyncd',
17   git: 'github_heat_cookbooks:rackerlabs/heat-cookbooks.git',
18   rel: 'checkmate-solo-lsyncd'
19 cookbook 'varnish',
20   git: 'github_heat_cookbooks:rackerlabs/heat-cookbooks.git',
21   rel: 'checkmate-solo-varnish'
22 cookbook 'monit',
23   git: 'github_heat_cookbooks:rackerlabs/heat-cookbooks.git',
24   rel: 'monit'
25 cookbook 'vsftpd',
26   git: 'github_heat_cookbooks:rackerlabs/heat-cookbooks.git',
27   rel: 'checkmate-solo-vsftpd'
28 cookbook 'wordpress',
29   git: 'github_heat_cookbooks:rackerlabs/heat-cookbooks.git',
30   rel: 'checkmate-solo-wordpress'