Skip to content

Commit

Permalink
Set the box_url for libvirt
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed May 8, 2013
1 parent d76a668 commit 6251db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "centos64"

config.vm.provider :virtualbox do |v, override|
config.vm.provider :libvirt do |v, override|
override.vm.box_url = "http://kwok.cz/centos64.box"
end

Expand Down

0 comments on commit 6251db0

Please sign in to comment.