You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ppoudrier-omnimed September 26, 2024 Is your feature request related to a problem? Please describe.
Actually, when I use the following state, it always get executed.
I digged deeper to find that the repo is never listed in salt 'host' pkg.list_repos Please note that le ppa of suricata for Ubuntu 24.04 always return the deb822 format and if I try to force the use of keyserver and keyid, the key is invalid to apt
Describe the solution you'd like
I would like have a state that do not reinstall the repo each time so I can have a valid test=true to know if something need to be applied
Describe alternatives you've considered
I ended using file.managed
Additional context
Tested with salt version 3006.9 (Master and Minion)
The text was updated successfully, but these errors were encountered:
dwoz
added
Feature
new functionality including changes to functionality and code refactors, etc.
needs-triage
and removed
Feature
new functionality including changes to functionality and code refactors, etc.
labels
Feb 21, 2025
Discussed in #67334
Originally posted by ppoudrier-omnimed September 26, 2024
Is your feature request related to a problem? Please describe.
Actually, when I use the following state, it always get executed.
I digged deeper to find that the repo is never listed in
salt 'host' pkg.list_repos
Please note that le ppa of suricata for Ubuntu 24.04 always return the deb822 format and if I try to force the use of keyserver and keyid, the key is invalid to apt
Describe the solution you'd like
I would like have a state that do not reinstall the repo each time so I can have a valid test=true to know if something need to be applied
Describe alternatives you've considered
I ended using file.managed
Additional context
Please Note
If this feature request would be considered a substantial change or addition, this should go through a SEP process here https://github.com/saltstack/salt-enhancement-proposals, instead of a feature request.
The text was updated successfully, but these errors were encountered: