]> git.openstreetmap.org Git - chef.git/blob - .kitchen.provision.rb
apply changes to all sites, not just the private
[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