mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Port #47767 to master
This commit is contained in:
parent
d889ff7fbc
commit
3eb68ede64
1 changed files with 10 additions and 4 deletions
|
@ -171,8 +171,8 @@ Set up an initial profile at ``/etc/salt/cloud.profiles`` or
|
|||
type: paravirtual
|
||||
bus_sharing: physical
|
||||
ide:
|
||||
IDE 2
|
||||
IDE 3
|
||||
IDE 2: {}
|
||||
IDE 3: {}
|
||||
|
||||
domain: example.com
|
||||
dns_servers:
|
||||
|
@ -363,8 +363,14 @@ Set up an initial profile at ``/etc/salt/cloud.profiles`` or
|
|||
|
||||
ide
|
||||
Enter the IDE controller specification here. If the IDE controller doesn\'t exist,
|
||||
a new IDE controller will be created. If the IDE controller already exists,
|
||||
no further changes to it will me made.
|
||||
a new IDE controller is created. If the IDE controller already exists,
|
||||
no further changes to it are made. The IDE controller specification is
|
||||
a dictionary.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
ide:
|
||||
IDE 2: {}
|
||||
|
||||
``domain``
|
||||
Enter the global domain name to be used for DNS. If not specified and if the VM name
|
||||
|
|
Loading…
Add table
Reference in a new issue