mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add documentation on yaml_utf8 setting on yaml troubleshooting documentation
This commit is contained in:
parent
362350a2b8
commit
3784c2f80d
@ -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
|
||||
===========================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user