Add yaml_utf8 option to salt master configuration.
This commit is contained in:
parent
5dd3eac097
commit
776c5ecbe6
|
@ -610,6 +610,9 @@ master_tops:
|
|||
# 'salt/job/<JID>/prog/<MID>/<RUN NUM>'.
|
||||
{{ get_config('state_events', 'False') }}
|
||||
|
||||
# Enable extra routines for YAML renderer used states containing UTF characters.
|
||||
{{ get_config('yaml_utf8', 'False') }}
|
||||
|
||||
##### File Server settings #####
|
||||
##########################################
|
||||
# Salt runs a lightweight file server written in zeromq to deliver files to
|
||||
|
|
Loading…
Reference in New Issue