mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix for :dvd example in disks configuration docs.
This commit is contained in:
parent
2eb4406e2e
commit
7d5c1fc12e
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ You can set a disk type with the first argument of a disk config in your Vagrant
|
|||
|
||||
```ruby
|
||||
config.vm.disk :disk, name: "backup", size: "10GB"
|
||||
config.vm.disk :dvd, name: "installer", path: "./installer.iso"
|
||||
config.vm.disk :dvd, name: "installer", file: "./installer.iso"
|
||||
config.vm.disk :floppy, name: "cool_files"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue