diff --git a/Vagrantfile b/Vagrantfile index 35d2cf0..9511107 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,7 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # config.vm.box = "guilhermeadc/centos65" # config.vm.box_download_checksum = "76a2a61de2d89f6cfd4d795e57cc4406" # config.vm.box_download_checksum_type = "md5" - config.vm.box = "chef/centos-7.0" + config.vm.box = "hashicorp/precise64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs @@ -55,20 +55,22 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| vb.customize ["modifyvm", :id, "--memory", params_memoria_vm, "--usb", "off", "--audio", "none"] end - $script_banco_dados = <