More testing

This commit is contained in:
Gene Liverman 2017-05-07 16:57:16 -07:00
parent d008f064cc
commit 1241ef7c85
9 changed files with 65 additions and 23 deletions

4
Vagrantfile vendored
View file

@ -1,3 +1,3 @@
Vagrant.configure("2") do |config|
config.vm.box = "genebean/centos-7-nocm"
Vagrant.configure('2') do |config|
config.vm.box = 'genebean/centos-7-nocm'
end