From 8a187ac13fec3d513283ac836d2452a999396dd4 Mon Sep 17 00:00:00 2001 From: Marvin Frick Date: Sun, 9 Nov 2014 13:02:14 +0100 Subject: [PATCH] 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 --- salt/files/master.d/_defaults.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/files/master.d/_defaults.conf b/salt/files/master.d/_defaults.conf index b08292e..50dfa7d 100644 --- a/salt/files/master.d/_defaults.conf +++ b/salt/files/master.d/_defaults.conf @@ -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 ##### ##########################################