[BUG] [Regression] yaml output broken in 3006.8 #66594
Labels
Argon v3008.0
Bug
broken, incorrect, or confusing behavior
Core
relates to code central or existential to Salt
Regression
The issue is a bug that breaks functionality known to work in previous releases.
Milestone
Description
Yaml output is not working (e.g. when using show_sls --out=yaml), and it's returning NULL.
Setup
Steps to Reproduce the behavior
Create any SLS file, and run
show_sls
with--out=yaml
Expected behavior
Working output from 3006.7
Versions Report
salt --versions-report
Additional context
Root cause is missing yaml dumper logic.
In b9be2de, OrderedDict was replaced with HashableOrderedDict. The former had custom yaml dumper logic defined that hasn't been applied to the latter.
salt/salt/utils/yamldumper.py
Lines 73 to 74 in 41ef078
The text was updated successfully, but these errors were encountered: