-
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
Matthewsaum 62275 #62314
Matthewsaum 62275 #62314
Conversation
Merge branch 'matthewsaum-62275' of github.com:matthewsaum/salt into matthewsaum-62275
re-run pr-windows-2019-x64-py3-pytest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just one chore to fix. This is probably too late to hit 3005, so it will make the 3006 release.
Updated versionadded frmo 9999.9 to 3006.0 Co-authored-by: Nicholas Hughes <[email protected]>
Ok. I think I got everything right then. Thanks for helping me get this integrated. My git-workflow experience is fairly limited. |
re-run pr-windows-2016-x64-py3-pytest |
re-run pr-photon-3-x86_64-py3-pytest |
Co-authored-by: Megan Wilhite <[email protected]>
So, this is my first pull request. I'll take any and all feedback as to things I could have/should have done better here. Now that it looks like things are cleaned up and stable for the request. |
Added the newline needed for salt documentation generation
@matthewsaum , I think everything went pretty smoothly. The only thing I'd say is to leave the PR alone after it's approved unless there's something big that's wrong. Changing small things, like the newline addition or just merging master where there wouldn't be a conflict, isn't worth dismissing the review and triggering all of the tests again. Thanks for the effort and the contribution! |
Congratulations on your first PR being merged! 🎉 |
What does this PR do?
Adds the "dig.X" function to the dig execution module. This allows the resolution of PTR records for entered IP addresses
What issues does this PR fix or reference?
Fixes:
62275
Previous Behavior
Dig module was unable to resolve PTR records
New Behavior
Dig module can now resolve PTR records
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.