Commit 3fff24d4ea8eeeeb283033ab64011f0a91965f7a
Exists in
master
Merge branch 'master' into 'master'
Corrigido link da box Referente a issue #45 See merge request !38
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Vagrantfile
... | ... | @@ -3,7 +3,7 @@ VAGRANTFILE_API_VERSION = "2" |
3 | 3 | |
4 | 4 | Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
5 | 5 | config.vm.box = "ieducar_comunidade" |
6 | - config.vm.box_url = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar_comunidade_ubuntu_16_04.box_comunidade" | |
6 | + config.vm.box_url = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar_comunidade_ubuntu_16_04.box" | |
7 | 7 | config.vm.box_download_insecure = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar_comunidade_ubuntu_16_04.box" |
8 | 8 | |
9 | 9 | #Compartilhando portas | ... | ... |