mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
3 lines
82 B
Ruby
3 lines
82 B
Ruby
Vagrant.configure('2') do |config|
|
|
config.vm.box = 'genebean/centos-7-nocm'
|
|
end
|