-
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
[FEATURE REQUEST] salt dig module: dig.x #62275
Comments
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
I added a block in a local module in my environment. Just felt it ought to be pushed upward for proper integration.
|
@matthewsaum , that's great! Would you be willing to put that functionality into a PR? It would only need a couple of basic unit tests See #61992 for ideas on how to make that happen and feel free to ping me with any additional questions. |
@nicholasmhughes Happy to try to figure it out. I'll see if I can get it working and get back to you before end of day Friday. |
Please to report I've got documentation and a local dev environment running. I'll poke it and get a proper test suite run and have a merge request incoming. |
So I learned a bit more about things while doing that first attempted Pull Request. New PR should be popping up shortly. |
Closed by #62314 |
Is your feature request related to a problem? Please describe.
I love the use of salt modules, both in my jinja templates and for regular system administration, but I find the ability to do a reverse-lookup of an IP somewhat lacking.
Describe the solution you'd like
The salt module
dig
has a handful of useful functions already, the most-used beingdig.A
, so I suggest trying to getdig.x
to also work.Describe alternatives you've considered
I've been running
cmd.shell host 1.2.3.4
and other such workarounds, but a module would be great.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: