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.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | dereckson | T856 Allow YAML UTF-8 characters in Salt configuration | |||
Resolved | dereckson | T857 Upgrade Salt on Ysul |
Event Timeline
Comment Actions
Locally, we updated Salt and we enabled the yaml_utf8 option.
upstream — could be blocked by https://github.com/saltstack/salt/issues/31869
Comment Actions
Fixed upstream and worked in 2016 and 2017 Salt version.
Regression 2018.3, as source code reads files in ASCII *THEN* tries to convert them to UTF-8 (but it has already failed with non ascii characters).