dots/Vagrantfile
2017-05-07 16:57:16 -07:00

3 lines
82 B
Ruby

Vagrant.configure('2') do |config|
config.vm.box = 'genebean/centos-7-nocm'
end