website/docs: mention require_vesrion
This commit is contained in:
parent
7d79cfd055
commit
aba23205f7
|
@ -62,6 +62,9 @@ config.vm.provider 'virtualbox' do |v|
|
|||
end
|
||||
```
|
||||
|
||||
If you don't want backward compatbility and want to force users to
|
||||
support linked cloning, you can use `Vagrant.require_version` with 1.8.
|
||||
|
||||
<div class="alert alert-info">
|
||||
<strong>Note:</strong> the generated master VMs are currently not removed
|
||||
automatically by Vagrant. This has to be done manually. However, a master
|
||||
|
|
Loading…
Reference in New Issue