1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

set config.vm.box_url

This commit is contained in:
Mark Heiges 2017-08-28 12:45:46 -04:00
parent bee40efeba
commit 179bd83155

1
Vagrantfile vendored
View File

@ -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'