Merge pull request #38190 from whiteinge/serializer-docs

Fix incorrect file.serialize docs; all serializer modules are supported
This commit is contained in:
Mike Place 2016-12-12 02:46:40 -07:00 committed by GitHub
commit 717288adeb

View File

@ -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