summaryrefslogtreecommitdiff
path: root/pages/docs
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-09 14:55:43 +0100
committervarac <varacanero@zeromail.org>2015-11-09 14:55:43 +0100
commit436f60097eca22ecae3ec0f9dc1f6a883f12557b (patch)
treedd4fe32594ce6d1de6dd23d0443f1379ce7020fb /pages/docs
parentbdbeb104f9eef238d3e36c8c53b46c6f13b89ee7 (diff)
use hashicorp atlas basebox notation for vagrant box add
Diffstat (limited to 'pages/docs')
-rw-r--r--pages/docs/platform/details/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/docs/platform/details/development.md b/pages/docs/platform/details/development.md
index 4ed67d3..fd40771 100644
--- a/pages/docs/platform/details/development.md
+++ b/pages/docs/platform/details/development.md
@@ -303,7 +303,7 @@ Install vagrant-libvirt plugin and add box
sudo apt-get install ruby-dev libxslt-dev libxml2-dev libvirt-dev
vagrant plugin install vagrant-libvirt
vagrant plugin install sahara
- vagrant box add leap-wheezy https://downloads.leap.se/platform/vagrant/libvirt/leap-wheezy.box --provider libvirt
+ vagrant box add leap/wheezy --provider libvirt
Remove Virtualbox
-----------------