]> git.openstreetmap.org Git - chef.git/blob - .kitchen.provision.rb
Use bundler 1.x for the blogs cookbook
[chef.git] / .kitchen.provision.rb
1 Vagrant.configure(2) do |config|
2   config.vm.provision "shell", :inline => <<-SHELL
3     sed -i -e '/nameservers:/d' -e '/addresses:/d' /etc/netplan/01-netcfg.yaml
4     netplan apply
5     apt-get update -y
6   SHELL
7 end