mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix doc formatting for yaml_idiosyncrasies
This commit is contained in:
parent
6efb77bc04
commit
4062c63b9f
1 changed files with 3 additions and 3 deletions
|
@ -272,8 +272,8 @@ This shell command can find wrong characters in your SLS files:
|
|||
|
||||
|
||||
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.
|
||||
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
|
||||
===========================================
|
||||
|
@ -339,4 +339,4 @@ string with quotes:
|
|||
return datetime.date(year, month, day)
|
||||
ValueError: month must be in 1..12
|
||||
>>> yaml.safe_load('"4017-16-20"')
|
||||
'4017-16-20'
|
||||
'4017-16-20'
|
||||
|
|
Loading…
Add table
Reference in a new issue