Skip to content

Commit

Permalink
Merge pull request #249 from msciciel/salt-master-yaml-utf8
Browse files Browse the repository at this point in the history
Add yaml_utf8 option to salt master configuration.
  • Loading branch information
gravyboat authored Aug 24, 2016
2 parents 5dd3eac + 776c5ec commit 2a80f55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/files/master.d/f_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a80f55

Please sign in to comment.