mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix yaml errors in cloud map documentation
This commit is contained in:
parent
b665a019e1
commit
b4e9405cf4
@ -106,8 +106,8 @@ Bootstrapping a new master in the map is as simple as:
|
||||
.. code-block:: yaml
|
||||
|
||||
fedora_small:
|
||||
- web1
|
||||
make_master: True
|
||||
- web1:
|
||||
make_master: True
|
||||
- web2
|
||||
- web3
|
||||
|
||||
@ -120,11 +120,11 @@ as opposed to the newly created salt-master, as an example:
|
||||
.. code-block:: yaml
|
||||
|
||||
fedora_small:
|
||||
- web1
|
||||
make_master: True
|
||||
minion:
|
||||
master: <the local master ip address>
|
||||
local_master: True
|
||||
- web1:
|
||||
make_master: True
|
||||
minion:
|
||||
master: <the local master ip address>
|
||||
local_master: True
|
||||
- web2
|
||||
- web3
|
||||
|
||||
@ -137,13 +137,13 @@ Another example:
|
||||
.. code-block:: yaml
|
||||
|
||||
fedora_small:
|
||||
- web1
|
||||
make_master: True
|
||||
- web1:
|
||||
make_master: True
|
||||
- web2
|
||||
- web3
|
||||
minion:
|
||||
master: <the local master ip address>
|
||||
local_master: True
|
||||
- web3:
|
||||
minion:
|
||||
master: <the local master ip address>
|
||||
local_master: True
|
||||
|
||||
The above example makes the ``web3`` minion answer to the local master, not the
|
||||
newly created master.
|
||||
|
Loading…
Reference in New Issue
Block a user