# -*- mode: ruby -*- # vi: set ft=ruby : # Include this file when packaging the box. Vagrant.configure('2') do |config| config.vm.provider 'virtualbox' do |box| box.gui = true end end