Merge branch 'master' of github.com:pradels/vagrant-libvirt

This commit is contained in:
dima 2015-05-13 08:16:16 +02:00
commit 07bcb8f5ee

View File

@ -64,7 +64,7 @@ a `config.vm.provider` block. So first, add Libvirt box using any name you
want. This is just an example of Libvirt CentOS 6.4 box available: want. This is just an example of Libvirt CentOS 6.4 box available:
``` ```
vagrant box add centos64 http://citozin.com/fedora21.box vagrant box add fedora21 http://citozin.com/fedora21.box
# or # or
vagrant box add centos64 http://citozin.com/centos64.box vagrant box add centos64 http://citozin.com/centos64.box
``` ```