]> git.openstreetmap.org Git - chef.git/blob - .kitchen.provision.rb
Ubuntu 12.04 doesn't understand --preallocate
[chef.git] / .kitchen.provision.rb
1 Vagrant.configure(2) do |config|
2   config.vm.provision "shell", :inline => <<-SHELL
3     apt-get update -y
4   SHELL
5 end