mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
5 lines
113 B
Ruby
5 lines
113 B
Ruby
# frozen_string_literal: true
|
|
|
|
Vagrant.configure('2') do |config|
|
|
config.vm.box = 'genebean/centos-7-nocm'
|
|
end
|