forked from kitchenplan/kitchenplan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheffile
More file actions
15 lines (14 loc) · 881 Bytes
/
Cheffile
File metadata and controls
15 lines (14 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
site "http://community.opscode.com/api/v1"
cookbook "dmg"
cookbook "apt"
cookbook "apache2", :github => "opscode-cookbooks/apache2"
cookbook "percona", :github => "thomasmeeus/chef-percona"
cookbook "newrelic", :github => "escapestudios/chef-newrelic"
cookbook "rvm", :github => "fnichol/chef-rvm"
cookbook "applications", :github => "kitchenplan/chef-applications"
cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults"
cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles"
cookbook "drivers", :github => "kitchenplan/chef-drivers"
cookbook "composer", :github => "kitchenplan/chef-composer"
cookbook "pivotal-workstation", :github => "pivotal/pivotal_workstation"
cookbook "root_ssh_agent", :github => "dergachev/chef_root_ssh_agent"