Fix Vagrant version requirement in docs.
Was: 1.7.x Is: 1.7.4 or higher Change-Id: I9ec564f400c93c441421991e5b1410eee1bbf740 Closes-bug: 1544047
This commit is contained in:
parent
7d8b62e044
commit
6100be9f1d
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -14,7 +14,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Vagrant.require_version ">= 1.7.0"
|
Vagrant.require_version ">= 1.7.4"
|
||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Additional software
|
|||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
`VirtualBox <https://www.virtualbox.org/wiki/Downloads/>`_ 5.x,
|
`VirtualBox <https://www.virtualbox.org/wiki/Downloads/>`_ 5.x,
|
||||||
`Vagrant <http://www.vagrantup.com/downloads.html/>`_ 1.7.x
|
`Vagrant <http://www.vagrantup.com/downloads.html/>`_ 1.7.4 or higher
|
||||||
|
|
||||||
Note: Make sure that `Vagrant VirtualBox Guest plugin
|
Note: Make sure that `Vagrant VirtualBox Guest plugin
|
||||||
<https://github.com/dotless-de/vagrant-vbguest/>`_ is installed
|
<https://github.com/dotless-de/vagrant-vbguest/>`_ is installed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user