mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #13280 from sjansen/patch-1
fix yaml errors in cloud map documentation
This commit is contained in:
commit
8993802f4f
@ -106,7 +106,7 @@ Bootstrapping a new master in the map is as simple as:
|
||||
.. code-block:: yaml
|
||||
|
||||
fedora_small:
|
||||
- web1
|
||||
- web1:
|
||||
make_master: True
|
||||
- web2
|
||||
- web3
|
||||
@ -120,7 +120,7 @@ as opposed to the newly created salt-master, as an example:
|
||||
.. code-block:: yaml
|
||||
|
||||
fedora_small:
|
||||
- web1
|
||||
- web1:
|
||||
make_master: True
|
||||
minion:
|
||||
master: <the local master ip address>
|
||||
@ -137,10 +137,10 @@ Another example:
|
||||
.. code-block:: yaml
|
||||
|
||||
fedora_small:
|
||||
- web1
|
||||
- web1:
|
||||
make_master: True
|
||||
- web2
|
||||
- web3
|
||||
- web3:
|
||||
minion:
|
||||
master: <the local master ip address>
|
||||
local_master: True
|
||||
|
Loading…
Reference in New Issue
Block a user