From 086bea7affe0e3d15a3c2361e12de1b17b00e3d1 Mon Sep 17 00:00:00 2001 From: Guilherme Cantoni Date: Fri, 20 Mar 2015 17:31:59 -0300 Subject: [PATCH] Desabilitado checagem de atualização automática do box do Vagrant --- Vagrantfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index bf60e01..35d2cf0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -30,7 +30,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs # `vagrant box outdated`. This is not recommended. - config.vm.box_check_update = true + # config.vm.box_check_update = true # Configuração do redirecionamento entre Máquina Virtual e Host # Necessário permissões de root para utilizar a porta 80 (> 1024) @@ -63,8 +63,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| cp /mnt/sei/ops/sei/ConfiguracaoSip.php /mnt/sei/src/sip/ConfiguracaoSip.php SCRIPT -# Atualização da VM de host do docker - config.vm.provision "shell", run: "always", inline: "yum -y update && yum -y upgrade" + # Atualização da VM de host do docker + config.vm.provision "shell", inline: "yum -y update" config.vm.provision "shell", inline: $script_banco_dados, -- libgit2 0.21.2