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:
parent
a8227385cc
commit
8a187ac13f
@ -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…
Reference in New Issue
Block a user