From dfb82edf38660b06a53264e5ad4d73cdfdfb05d8 Mon Sep 17 00:00:00 2001 From: Kashyap Kopparam Date: Mon, 25 Aug 2014 20:26:33 +0530 Subject: [PATCH] Added VagrantFile --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 22e9639..92dca8c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,6 +12,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "asifrc/silvernitrate" + # 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.