forked from kitchenplan/kitchenplan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCheffile
executable file
·30 lines (27 loc) · 1.88 KB
/
Cheffile
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
27
28
29
30
site "http://community.opscode.com/api/v1"
#cookbook "pivotal-workstation", :github => "pivotal/pivotal_workstation"
cookbook "skylab", :github => "Kunstmaan/chef-skylab"
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 "dmg", :github => "thomasmeeus/dmg", :ref => "package"
cookbook "apt", :github => "opscode-cookbooks/apt"
cookbook "homebrew", :github => "kitchenplan/homebrew"
cookbook "apache2", :github => "Kunstmaan/apache2", :ref => "apache_2.4_with_mod_jk"
cookbook "logrotate", :github => "kitchenplan/logrotate"
cookbook "php", :github => "Kunstmaan/chef-php"
cookbook "postgresql", :github => "opscode-cookbooks/postgresql"
cookbook "percona", :github => "thomasmeeus/chef-percona"
cookbook "imagemagick", :github => "opscode-cookbooks/imagemagick"
cookbook "git", :github => "opscode-cookbooks/git"
cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles"
cookbook "newrelic", :github => "escapestudios/chef-newrelic"
cookbook "rvm", :github => "fnichol/chef-rvm"
cookbook "rbenv", :github => "fnichol/chef-rbenv"
cookbook "composer", :github => "kitchenplan/chef-composer"
cookbook "nodejs", :github => "roderik/chef-nodejs"
cookbook "root_ssh_agent", :github => "dergachev/chef_root_ssh_agent"
cookbook "sudo", :github => "kitchenplan/sudo"
# Make Librarian work
cookbook 'windows', :github => 'SimpleFinance/chef-windows'