mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
set config.vm.box_url
This commit is contained in:
parent
bee40efeba
commit
179bd83155
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -2,6 +2,7 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
config.ssh.forward_agent = 'true'
|
||||
|
||||
config.vm.box_url = 'http://software.apidb.org/vagrant/centos-7-64-puppet.json'
|
||||
config.vm.box = 'ebrc/centos-7-64-puppet'
|
||||
|
||||
config.vm.hostname = 'redmine.vm.apidb.org'
|
||||
|
Loading…
Reference in New Issue
Block a user