forked from NetCommons3/NetCommons3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBerksfile
More file actions
26 lines (24 loc) · 1.36 KB
/
Berksfile
File metadata and controls
26 lines (24 loc) · 1.36 KB
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://api.berkshelf.com'
cookbook 'apt', git: 'https://github.com/topaz2/apt', branch: 'firewall_workaround'
cookbook 'boilerplate', git: 'https://github.com/NetCommons3/chef_boilerplate.git'
cookbook 'boilerplate_jenkins', git: 'https://github.com/topaz2/chef_boilerplate_jenkins.git'
cookbook 'boilerplate_php', git: 'https://github.com/NetCommons3/chef_boilerplate_php.git'
cookbook 'chef-dk'
cookbook 'chef-server'
cookbook 'composer', git: 'https://github.com/Morphodo/chef-composer.git'
cookbook 'docker'
cookbook 'jenkins'
cookbook 'mroonga'
cookbook 'netcommons', git: 'https://github.com/NetCommons3/chef_netcommons.git'
cookbook 'php', git: 'https://github.com/trinitronx/php.git', branch: 'COOK-4439-add-php-5.5.9-support-on-ubuntu-12.04'
cookbook 'vagrant'
cookbook 'virtualbox'
# group :development do
# # cookbook 'boilerplate', path: '../topaz2/cookbooks/boilerplate'
# # cookbook 'boilerplate_jenkins', path: '../topaz2/cookbooks/boilerplate_jenkins'
# # cookbook 'boilerplate_php', path: '../topaz2/cookbooks/boilerplate_php'
# # cookbook 'netcommons', path: '../chef_netcommons'
# cookbook 'boilerplate', git: 'https://github.com/topaz2/chef_boilerplate.git'
# cookbook 'boilerplate_jenkins', git: 'https://github.com/topaz2/chef_boilerplate_jenkins.git'
# cookbook 'boilerplate_php', git: 'https://github.com/topaz2/chef_boilerplate_php.git'
# end