pillar.get and defaults.get return null with nested dicts #52690
Labels
cannot-reproduce
cannot be replicated with info/context provided
info-needed
waiting for more info
stale
Milestone
Description of Issue/Question
When attempting to use
{{ salt['defaults.get']('rippled:version') }}
or{{ salt['pillar.get']('rippled:config:version') }}
, the value isnull
.I can access the value in the CLI with
pillar.get
but not withdefaults.get
so the behavior seems different.Works fine for non-nested dicts.
Setup
scenario 1
.sls file
scenario 2
defaults.yaml
Steps to Reproduce Issue
scenario 1
Resulting file:
scenario 2
however nested value actually returns null (different than with
pillar.get
)Resulting file:
Versions Report
Minion:
Master:
The text was updated successfully, but these errors were encountered: