updated to pull an image

This commit is contained in:
Bill Maxwell 2015-02-24 11:31:13 -07:00
parent dc72cae475
commit f1f6015124
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -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|