From f1f6015124b86416bfccecd12b6c95473d1fad8d Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Tue, 24 Feb 2015 11:31:13 -0700 Subject: [PATCH] updated to pull an image --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 766528f..7b40fa2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,6 +7,7 @@ # you're doing. Vagrant.configure(2) do |config| config.vm.box = "rancheros" + config.vm.box_url = "http://cdn.rancher.io/vagrant/x86_64/beta/rancheros_virtualbox-iso_virtualbox.box" config.ssh.username = "rancher" config.vm.provider "virtualbox" do |vb|