Updated Vagrant box and associated docs

This commit is contained in:
Gene Liverman 2017-09-20 12:16:08 -07:00
parent c958f5787e
commit e075330b76
No known key found for this signature in database
GPG key ID: DF2861847B55C749
2 changed files with 6 additions and 1 deletions

2
Vagrantfile vendored
View file

@ -1,6 +1,6 @@
# vim: autoindent tabstop=2 shiftwidth=2 expandtab softtabstop=2 filetype=ruby
Vagrant.configure("2") do |config|
config.vm.box = "genebean/centos-7-rvm-221"
config.vm.box = "genebean/centos-7-rvm-multi"
config.vm.network "forwarded_port", guest: 4567, host: 4567
config.vm.network "forwarded_port", guest: 8080, host: 8080
config.vm.provision "shell", inline: <<-SCRIPT