forked from joshuacox/ddd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
25 lines (24 loc) · 1.27 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
source "https://api.berkshelf.com"
cookbook "drupal", github: "joshuacox/drupal-cookbook"
cookbook "vdd", github: "joshuacox/vdd-cookbook"
cookbook "vdd_example", github: "joshuacox/vdd_example-cookbook"
cookbook "apache2", github: "opscode-cookbooks/apache2"
cookbook "apt", github: "opscode-cookbooks/apt"
cookbook "aws", github: "opscode-cookbooks/aws"
cookbook "build-essential", github: "opscode-cookbooks/build-essential"
cookbook "chef_handler", github: "opscode-cookbooks/chef_handler"
cookbook "database", github: "opscode-cookbooks/database"
cookbook "iis", github: "opscode-cookbooks/iis"
cookbook "iptables", github: "opscode-cookbooks/iptables"
cookbook "logrotate", github: "stevendanna/logrotate"
cookbook "mysql", github: "opscode-cookbooks/mysql"
cookbook "mysql-chef_gem", github: "opscode-cookbooks/mysql-chef_gem"
cookbook "openssl", github: "opscode-cookbooks/openssl"
cookbook "pacman", github: "jesseadams/pacman"
cookbook "php", github: "opscode-cookbooks/php"
cookbook "postgresql", github: "hw-cookbooks/postgresql"
cookbook "windows", github: "opscode-cookbooks/windows"
cookbook "xfs", github: "opscode-cookbooks/xfs"
cookbook "xml", github: "opscode-cookbooks/xml"
cookbook "yum", github: "opscode-cookbooks/yum"
cookbook "yum-epel", github: "opscode-cookbooks/yum-epel"