Skip to content
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

[3006.x] fix(saltclass): don't lose nested classes and states in recursion #66918

Open
wants to merge 4 commits into
base: 3006.x
Choose a base branch
from

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    7e829de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e9225 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect override of minion node definition

    A pillars dict in a minion node definition was not overridding
    correctly the same dict in classes.
    
    * salt/utils/saltclass.py (expanded_dict_from_minion): do not pass a
      reference to minion dict or it will be overridden by classes during
      expansion.
    
    Fixes: saltstack#63933
    baby-gnu committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    520d495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6476468 View commit details
    Browse the repository at this point in the history