vagrant-cachier-ng/spec/acceptance/fixtures/no-cachier-simple.rb

9 lines
230 B
Ruby

Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |_, override|
override.vm.box = "chef/ubuntu-14.04"
end
config.vm.provider :lxc do |_, override|
override.vm.box = "fgrehm/trusty64-lxc"
end
end