2
0

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
This commit is contained in:
Marvin Frick 2014-11-09 13:02:14 +01:00
parent a8227385cc
commit 8a187ac13f

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