mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge pull request #3252 from gotcha/patch-2
Documentation : Avoid any ambiguity about dots in IDs.
This commit is contained in:
commit
ef6b53e7f7
@ -65,15 +65,17 @@ ID declaration
|
||||
|
||||
Occurs on the top level or under the :term:`extend declaration`.
|
||||
|
||||
.. note:: Naming gotchas
|
||||
|
||||
Must **not** contain a dot, otherwise highstate summary output will be
|
||||
unpredictable. (This has been fixed in versions 0.9.7 and above)
|
||||
|
||||
Must be unique across entire state tree. If the same ID declaration is
|
||||
used twice, only the first one matched will be used. All subsequent
|
||||
ID declarations with the same name will be ignored.
|
||||
|
||||
.. note:: Naming gotchas
|
||||
|
||||
Until 0.9.6, IDs could **not** contain a dot, otherwise highstate summary output was
|
||||
unpredictable. (It was fixed in versions 0.9.7 and above)
|
||||
|
||||
|
||||
|
||||
Extend declaration
|
||||
------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user