Add documentation on yaml_utf8 setting on yaml troubleshooting documentation

This commit is contained in:
regilero 2014-01-23 15:09:03 +01:00
parent 362350a2b8
commit 3784c2f80d

View File

@ -250,6 +250,10 @@ This shell command can find wrong characters in your SLS files:
find . -name '*.sls' -exec grep --color='auto' -P -n '[^\x00-\x7F]' \{} \;
Alternatively you can toggle the `yaml_utf8` setting in your master configuration
file. This is still an experimental setting but it should manage the right
encoding conversion in salt after yaml states compilations.
Underscores stripped in Integer Definitions
===========================================