Commit f8230e6e72623e811950487b0f2892af3ca87201

Authored by Guilherme Cantoni
1 parent 27b9f6d2

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"
... ...