mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 15:45:21 -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
|