mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Updated Vagrant box and associated docs
This commit is contained in:
parent
c958f5787e
commit
e075330b76
2 changed files with 6 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue