mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change get_repo in yumpkg.py to expect repo param
- The first positional parameter of get_repo was changed from "name" to "repo". - aptpkg, zypperpkg, opkg, already use "repo" as the first parameter - Fixes #57778
This commit is contained in:
parent
b8d4363b77
commit
7e0448d3ae
1 changed files with 4 additions and 0 deletions
4
changelog/57778.fixed
Normal file
4
changelog/57778.fixed
Normal file
|
@ -0,0 +1,4 @@
|
|||
Changed get_repo in yumpkg.py to use "repo" as first parameter.
|
||||
This fixes #57778, a bug were every run of pkgrepo.managed state were
|
||||
marked as changed because the get_repo did fail to detect a previously
|
||||
applied run.
|
Loading…
Add table
Reference in a new issue