-
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
[BUG] State pkgrepo.absent
and pkg.del_repo
module are unable to delete repositories previously created with pkgrepo.managed
#61602
Labels
Comments
javierbertoli
added a commit
to netmanagers/docker-formula
that referenced
this issue
Feb 8, 2022
A temporary fix for [this issue](saltstack/salt#61602)
@javierbertoli There were quite a few changes and fixes that went into the 3005.1 release for the pkgrepo module, Are you able to upgrade and see if the issues you're seeing are resolved? Thanks! |
Closing this one out due to lack of activity, if the issue persists please feel free to open a new issue. Thanks! |
This bug still exists in
|
votdev
added a commit
to openmediavault/openmediavault
that referenced
this issue
Jun 20, 2023
Relates: saltstack/salt#58667 Relates: saltstack/salt#61602 Signed-off-by: Volker Theile <[email protected]>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I think this is a follow-up of #51656.
I hit this is issue today while working on the docker-formula, using salt version 3004:
Setup
Steps to Reproduce the behavior
/etc/apt/sources.list.d/docker.list
will be created with the following contentAs I understand the state is a wrapper of
pkg.del_repo
, I tried it too, to confirm the issue:a.
pkg.get_repo
is able to find the repository correctly:b.
del_repo
is unable to find the entry and delete itExpected behavior
Both the state
pkgrepo.absent
and the modulepkg.del_repo
should be able to delete a repository that exists.Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
The text was updated successfully, but these errors were encountered: