From 8f57de0f463fd56b575a7001c461d11c4c24b392 Mon Sep 17 00:00:00 2001 From: Marco Antonio Konopacki Date: Mon, 31 Aug 2015 21:07:46 -0300 Subject: [PATCH] adicionando aviso para instalar o plugin de triggers do vagrant se tiver problemas --- Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 8e7c1cb..e143e4d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -56,6 +56,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provision "shell", inline: $updateServices, run: "always" + # Use 'vagrant plugin install vagrant-triggers' to install the trigger module config.trigger.after [:provision, :up, :reload] do if FFI::Platform::IS_LINUX system("sudo iptables -t nat -A OUTPUT -o lo -p tcp --dport 80 -j REDIRECT --to-port 8080") @@ -80,4 +81,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| #config.vm.provider :virtualbox do |vb| # vb.gui = true #end -end \ No newline at end of file +end -- libgit2 0.21.2