mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update vmware getting started doc (#39146)
The IDE entry needs to be a dictionary entry. Without this, it is seen as a string. This is probably done this way so that in the future, configurations can be added to the IDE device.
This commit is contained in:
parent
e78ca0f575
commit
da3053ea9b
1 changed files with 2 additions and 2 deletions
|
@ -618,8 +618,8 @@ Example of a complete profile:
|
|||
SCSI controller 0:
|
||||
type: lsilogic_sas
|
||||
ide:
|
||||
IDE 0
|
||||
IDE 1
|
||||
IDE 0: {}
|
||||
IDE 1: {}
|
||||
disk:
|
||||
Hard disk 0:
|
||||
controller: 'SCSI controller 0'
|
||||
|
|
Loading…
Add table
Reference in a new issue