-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'defaults.merge' is not available when using salt-ssh
#51605
Comments
because defaults.merge does not work with salt-ssh. saltstack/salt#51605 Added osfingermap.yaml.
because defaults.merge does not work with salt-ssh. saltstack/salt#51605 Added osfingermap.yaml.
because defaults.merge does not work with salt-ssh. saltstack/salt#51605 Added osfingermap.yaml.
defaults.merge does not work with salt-ssh. saltstack/salt#51605
looks like i'm able to replicate this error running the following:
and i see looks like we need to get this fixed up thanks |
@Ch3LL Thanks for the review and confirmation.
Yes, as a symptom of the merge not taking place, the other YAML files are not merged into the map, leading to missing attributes as shown in the following two comments: |
For anyone stumbling on this: You can use |
@yuriks Thanks for sharing that. Actually, we've got an active PR that proposes the same thing: |
…for salt-ssh, detail: saltstack/salt#51605
@yuriks looks like slsutil.merge isn't working in the salt-ssh situation too |
…ge not avaliable with salt-ssh, detail: saltstack/salt#51605
just got bit by this as well. |
Description of Issue/Question
SaltStack-Formulas has started to adopt using
defaults.merge
inmap.jinja
, for example in thesalt-formula
.There are now two reports that this isn't working when using
salt-ssh
. Both with the same error:vm.overcommit_memory
is in incorrect block in pillar saltstack-formulas/redis-formula#75 (comment)This is an unfortunate development, since we're making a concerted effort to improve the quality and usefulness of SaltStack-Formulas in general. For reference:
template-formula
as the go-to resource for all formula development saltstack-formulas/template-formula#21Setup
The
redis-formula
issue has full details.Steps to Reproduce Issue
Covered in the issue above.
Versions Report
Covered in the issue above.
Also supplied in the
openssh-formula
pull comment.The text was updated successfully, but these errors were encountered: