mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 00:48:02 +01:00
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
Block a user