Page MenuHomeDevCentral

Allow YAML UTF-8 characters in Salt configuration
Closed, ResolvedPublic

Description

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.

Event Timeline

dereckson lowered the priority of this task from Unbreak Now! to High.Jun 9 2016, 00:48

Locally, we updated Salt and we enabled the yaml_utf8 option.

upstream — could be blocked by https://github.com/saltstack/salt/issues/31869

dereckson removed dereckson as the assignee of this task.Mar 8 2018, 21:07

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).

dereckson claimed this task.

Works like a charm now.