57858.changed 354 B

12345
  1. The ``serializer`` argument has been added to the :py:func:`file.serialize
  2. <salt.states.file.serialize>` state, as an alternative to ``formatter``. This
  3. brings it more in line with the ``serializer_opts`` and ``deserializer_opts``
  4. arguments. ``formatter`` is still supported, but using both ``serializer`` and
  5. ``formatter`` will cause the state to fail.