testhost.com:
Data failed to compile:
----------
Rendering SLS 'base:apache.config' failed: while parsing a flow mapping
in "<unicode string>", line 32, column 798:
... t.com'}, 'testsite': {'AcceptPathInfo': 'On', 'Server ...
^
expected ',' or '}', but got '<scalar>'
in "<unicode string>", line 32, column 1551:
... default\n # To re-enable it\'s recommended to enable access t ...
Applied the solution documented here and here and now it works again.
Due to this SaltStack changes to use unicode strings, the use of
sites:<vhostname>:Formula_Append
to manage vhosts with apache/vhosts/standard.sls introduces parsing errors of the pillar when applying apache/config.slsApplied the solution documented here and here and now it works again.