Slide 5
Slide 5 text
github.com/3ofcoins/vendorificator
chef_cookbook_ignore_dependencies %w|mysql rsyslog|
archive :virtualenv,
:url => 'http://…/virtualenv-1.8.4.tar.gz',
:version => '1.8.4'
chef_cookbook 'omnibus_updater'
chef_cookbook 'lvm'
chef_cookbook 'munin'
class << git 'git://github.com/mpasternacki/nagios.git',
:branch => 'COOK-1997',
:category => :cookbooks,
:version => '0.20130124.2'
include Vendorificator::Hooks::ChefCookbookDependencies
end
Vendorfile