Browse Source

adds `yaml_utf8` option to master config

Reference about this config value: http://docs.saltstack.com/en/latest/ref/configuration/master.html#yaml-utf8
Reference why this might be useful: https://github.com/saltstack/salt/issues/3436#issuecomment-61225863
tags/v0.57.0
Marvin Frick 10 years ago
parent
commit
8a187ac13f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      salt/files/master.d/_defaults.conf

+ 2
- 0
salt/files/master.d/_defaults.conf View File

@@ -321,6 +321,8 @@ client_acl_blacklist:
# will be terse unless a state failed, in which case that output will be full.
{{ get_config('state_output', 'full') }}

{{ get_config('yaml_utf8', 'False') }}


##### File Server settings #####
##########################################

Loading…
Cancel
Save