mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #38190 from whiteinge/serializer-docs
Fix incorrect file.serialize docs; all serializer modules are supported
This commit is contained in:
commit
717288adeb
@ -5305,11 +5305,8 @@ def serialize(name,
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
formatter
|
||||
Write the data as this format. Supported output formats:
|
||||
|
||||
* JSON
|
||||
* YAML
|
||||
* Python (via pprint.pformat)
|
||||
Write the data as this format. See the list of :py:mod:`serializer
|
||||
modules <salt.serializers>` for supported output formats.
|
||||
|
||||
user
|
||||
The user to own the directory, this defaults to the user salt is
|
||||
|
Loading…
Reference in New Issue
Block a user