Commit 086bea7affe0e3d15a3c2361e12de1b17b00e3d1
1 parent
ce07e8c7
Exists in
master
Desabilitado checagem de atualização automática do box do Vagrant
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
Vagrantfile
@@ -30,7 +30,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | @@ -30,7 +30,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | ||
30 | # Disable automatic box update checking. If you disable this, then | 30 | # Disable automatic box update checking. If you disable this, then |
31 | # boxes will only be checked for updates when the user runs | 31 | # boxes will only be checked for updates when the user runs |
32 | # `vagrant box outdated`. This is not recommended. | 32 | # `vagrant box outdated`. This is not recommended. |
33 | - config.vm.box_check_update = true | 33 | + # config.vm.box_check_update = true |
34 | 34 | ||
35 | # Configuração do redirecionamento entre Máquina Virtual e Host | 35 | # Configuração do redirecionamento entre Máquina Virtual e Host |
36 | # Necessário permissões de root para utilizar a porta 80 (> 1024) | 36 | # Necessário permissões de root para utilizar a porta 80 (> 1024) |
@@ -63,8 +63,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | @@ -63,8 +63,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | ||
63 | cp /mnt/sei/ops/sei/ConfiguracaoSip.php /mnt/sei/src/sip/ConfiguracaoSip.php | 63 | cp /mnt/sei/ops/sei/ConfiguracaoSip.php /mnt/sei/src/sip/ConfiguracaoSip.php |
64 | SCRIPT | 64 | SCRIPT |
65 | 65 | ||
66 | -# Atualização da VM de host do docker | ||
67 | - config.vm.provision "shell", run: "always", inline: "yum -y update && yum -y upgrade" | 66 | + # Atualização da VM de host do docker |
67 | + config.vm.provision "shell", inline: "yum -y update" | ||
68 | 68 | ||
69 | config.vm.provision "shell", | 69 | config.vm.provision "shell", |
70 | inline: $script_banco_dados, | 70 | inline: $script_banco_dados, |