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

Don't remove one directory level from slspath (master branch) #55434

Merged
merged 3 commits into from
Jan 5, 2020

Commits on Sep 26, 2019

  1. Don't remove one directory level from slspath

    This breaks the tpldir jinja context variable for the cases where there
    is an SLS path in the format `X.X` (e.g. `foo.foo`, `bar.bar`, etc.).
    
    It also conflicts with the stated documentation for this parameter in
    `doc/rev/states/vars.rst`, which states that this variable should be the
    path to the SLS target. In reality this is passed in via
    `context['sls']` and already has the correct path.
    
    If I were to wager a guess, I would say that it's likely that the way
    `context['sls']` is formulated has changed at some point since these two
    lines were added in 2014, making these two lines unnecessary.
    Erik Johnson committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    7c28995 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    4b0f34a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    aca3f33 View commit details
    Browse the repository at this point in the history