mirror of
https://github.com/kemko/bw.git
synced 2026-01-07 10:35:45 +03:00
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
site 'http://community.opscode.com/api/v1'
|
|
|
|
cookbook 'base', :path => 'inhouse-cookbooks/base'
|
|
|
|
cookbook 'fake', :path => 'inhouse-cookbooks/fake'
|
|
|
|
cookbook "timezone",
|
|
:git => "git@github.com:express42-cookbooks/timezone.git"
|
|
|
|
cookbook "sysctl",
|
|
:git => "git@github.com:express42-cookbooks/sysctl.git"
|
|
|
|
cookbook "apt",
|
|
:git => "git@github.com:opscode-cookbooks/apt.git"
|
|
|
|
cookbook "ntp",
|
|
:git => "https://github.com/opscode-cookbooks/ntp.git"
|
|
|
|
cookbook "user",
|
|
:git => "https://github.com/fnichol/chef-user.git"
|
|
|
|
cookbook "sudo",
|
|
:git => "git@github.com:express42-cookbooks/sudo.git"
|
|
|
|
cookbook "lvm",
|
|
:git => "https://github.com/opscode-cookbooks/lvm.git"
|
|
|
|
cookbook "zabbix",
|
|
:git => "git@github.com:express42-cookbooks/zabbix.git"
|
|
|
|
cookbook "zabbix-server",
|
|
:git => "git@github.com:express42-cookbooks/zabbix-server.git"
|
|
|
|
cookbook "partition",
|
|
:git => "git@github.com:express42-cookbooks/partition.git"
|
|
|
|
cookbook "postgresql",
|
|
:git => "git@github.com:express42-cookbooks/postgresql.git"
|
|
|
|
cookbook "php",
|
|
:git => "git@github.com:express42-cookbooks/php.git"
|
|
|
|
cookbook "nginx",
|
|
:git => "git@github.com:evilmartians/chef-nginx.git"
|
|
|
|
cookbook "ruby",
|
|
:git => "git@github.com:express42-cookbooks/ruby.git"
|
|
|
|
cookbook "redmine",
|
|
:git => "git@github.com:express42-cookbooks/redmine.git"
|
|
|
|
cookbook "runit",
|
|
:git => "git@github.com:express42-cookbooks/runit.git"
|
|
|
|
cookbook "strano",
|
|
:path => "inhouse-cookbooks/strano"
|
|
|
|
cookbook "chiliproject",
|
|
:path => "inhouse-cookbooks/chiliproject"
|
|
|
|
cookbook "ssh_known_hosts",
|
|
:git => "git@github.com:opscode-cookbooks/ssh_known_hosts.git"
|