mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33757 from cachedout/state_set_doc
Reminder not to return non-serializable data from states
This commit is contained in:
commit
daf462e430
1 changed files with 4 additions and 0 deletions
|
@ -155,6 +155,10 @@ The return data can also, include the **pchanges** key, this statnds for
|
|||
`predictive changes`. The **pchanges** key informs the State system what
|
||||
changes are predicted to occur.
|
||||
|
||||
.. note::
|
||||
|
||||
States should not return data which cannot be serialized such as frozensets.
|
||||
|
||||
Test State
|
||||
==========
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue