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
|
|
@ -104,6 +104,11 @@ cp vmpooler.yaml.dummy-example vmpooler.yaml
|
|||
sudo yum -y install redis
|
||||
sudo systemctl start redis
|
||||
|
||||
# Optional: Choose your ruby version or use jruby
|
||||
# ruby 2.4.x is used by default
|
||||
rvm list
|
||||
rvm use jruby-9.1.7.0
|
||||
|
||||
gem install bundler
|
||||
bundle install
|
||||
bundle exec ruby vmpooler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue