VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| Vagrant.require_plugin "vagrant-lxc" end