8000 Fixed incorrect map example; grains must be at same level as minion · linuxme/salt@d0931ba · GitHub
[go: up one dir, main page]

Skip to content

Commit d0931ba

Browse files
committed
Fixed incorrect map example; grains must be at same level as minion
1 parent bccc966 commit d0931ba

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/topics/cloud/map.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ A map file can include grains and minion configuration options:
6060
.. code-block:: yaml
6161
6262
fedora_small:
63-
- web1:
64-
minion:
65-
log_level: debug
66-
grains:
67-
cheese: tasty
68-
omelet: du fromage
69-
- web2:
70-
minion:
71-
log_level: warn
72-
grains:
73-
cheese: more tasty
74-
omelet: with peppers
63+
- web1:
64+
minion:
65+
log_level: debug
66+
grains:
67+
cheese: tasty
68+
omelet: du fromage
69+
- web2:
70+< 5DDB /span>
minion:
71+
log_level: warn
72+
grains:
73+
cheese: more tasty
74+
omelet: with peppers
7575
7676
A map file may also be used with the various query options:
7777

0 commit comments

Comments
 (0)
0