mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 07:18:02 +01:00
Merge pull request #249 from msciciel/salt-master-yaml-utf8
Add yaml_utf8 option to salt master configuration.
This commit is contained in:
commit
2a80f55a17
@ -610,6 +610,9 @@ master_tops:
|
|||||||
# 'salt/job/<JID>/prog/<MID>/<RUN NUM>'.
|
# 'salt/job/<JID>/prog/<MID>/<RUN NUM>'.
|
||||||
{{ get_config('state_events', 'False') }}
|
{{ get_config('state_events', 'False') }}
|
||||||
|
|
||||||
|
# Enable extra routines for YAML renderer used states containing UTF characters.
|
||||||
|
{{ get_config('yaml_utf8', 'False') }}
|
||||||
|
|
||||||
##### File Server settings #####
|
##### File Server settings #####
|
||||||
##########################################
|
##########################################
|
||||||
# Salt runs a lightweight file server written in zeromq to deliver files to
|
# Salt runs a lightweight file server written in zeromq to deliver files to
|
||||||
|
Loading…
Reference in New Issue
Block a user