Vagrant.require_plugin 'vagrant-cachier' Vagrant.require_plugin 'vagrant-lxc' Vagrant.configure("2") do |config| config.vm.box = 'quantal64' end