8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccc966 commit d0931baCopy full SHA for d0931ba
doc/topics/cloud/map.rst
@@ -60,18 +60,18 @@ A map file can include grains and minion configuration options:
60
.. code-block:: yaml
61
62
fedora_small:
63
- - web1:
64
- minion:
65
- log_level: debug
66
- grains:
67
- cheese: tasty
68
- omelet: du fromage
69
- - web2:
70
71
- log_level: warn
72
73
- cheese: more tasty
74
- omelet: with peppers
+ - web1:
+ minion:
+ log_level: debug
+ grains:
+ cheese: tasty
+ omelet: du fromage
+ - web2:
+< 5DDB /span> minion:
+ log_level: warn
+ cheese: more tasty
+ omelet: with peppers
75
76
A map file may also be used with the various query options:
77
0 commit comments