Round 1 of files

This commit is contained in:
Gene Liverman 2017-05-05 23:06:42 -07:00
parent a4bc5977cf
commit 0673e01c0a
12 changed files with 187 additions and 0 deletions

3
Vagrantfile vendored Normal file
View file

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