summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-02-06 18:02:45 +0100
committerkwadronaut <kwadronaut@leap.se>2018-02-15 20:19:02 +0100
commitf9ab960a2f6882aa9f3866ca81608ed30c2bf504 (patch)
tree491633ddd67a9c259dea1befab7c3abec7ddfc35
parent5d025f2a6961724fad5ea236d348e01d093ff984 (diff)
add Vagrant note on Ubuntu
Closes https://0xacab.org/leap/platform/issues/8715
-rw-r--r--pages/docs/platform/tutorials/vagrant.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/docs/platform/tutorials/vagrant.md b/pages/docs/platform/tutorials/vagrant.md
index 1df7ee3..3db1cbf 100644
--- a/pages/docs/platform/tutorials/vagrant.md
+++ b/pages/docs/platform/tutorials/vagrant.md
@@ -431,6 +431,7 @@ To troubleshoot vagrant issues, try going through these steps:
* If that fails, make sure that you can run virtual machines (VMs) in plain virtualbox (Virtualbox GUI or VBoxHeadless).
We don't suggest a special howto for that, [this one](http://www.thegeekstuff.com/2012/02/virtualbox-install-create-vm/) seems pretty decent, or you follow the [Oracale Virtualbox User Manual](http://www.virtualbox.org/manual/UserManual.html). There's also specific documentation for [Debian](https://wiki.debian.org/VirtualBox) and for [Ubuntu](https://help.ubuntu.com/community/VirtualBox). If you succeeded, try again if you now can start vagrant nodes using plain vagrant (see first step).
* If plain vagrant works for you, you're very close to using vagrant with leap! If you encounter any problems now, please [contact us](https://leap.se/en/about-us/contact) or use our [issue tracker](https://leap.se/code)
+* The Vagrant on Ubuntu 16.04 has broken support for plugins, you should use the gem or upgrade your distro.
Additional notes
====================