Commit b53d10bae472ab35b1d5a1b679920a05a92e9a22
1 parent
2c38eb24
Exists in
master
Remoção de referência à box desatualizada
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
Vagrantfile
... | ... | @@ -22,7 +22,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
22 | 22 | config.vm.hostname = "sei-vagrant" |
23 | 23 | |
24 | 24 | # Every Vagrant virtual environment requires a box to build off of. |
25 | - # config.vm.box = "guilhermeadc/centos65" | |
26 | 25 | # config.vm.box_download_checksum = "76a2a61de2d89f6cfd4d795e57cc4406" |
27 | 26 | # config.vm.box_download_checksum_type = "md5" |
28 | 27 | config.vm.box = "processoeletronico/centos-6.6" | ... | ... |