Merge pull request #249 from msciciel/salt-master-yaml-utf8

Add yaml_utf8 option to salt master configuration.
This commit is contained in:
Forrest 2016-08-24 09:47:52 -07:00 committed by GitHub
commit 2a80f55a17
1 changed files with 3 additions and 0 deletions

View File

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