2
0

Merge pull request #63 from sinnerschrader/feature/add_yaml_utf8_to_master_config

adds `yaml_utf8` option to master config
This commit is contained in:
Nitin Madhok 2014-11-09 10:12:37 -05:00
commit 0f5f976433

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