Skip to content

Conversation

@bertdawg76
Copy link
Collaborator

What does this PR do?

It allows cmd_check to be used as an argument with file.symlink

What issues does this PR fix or reference?

Fixes #66939

Previous Behavior

cmd_check would always fail with file.symlink

New Behavior

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

@bertdawg76 bertdawg76 requested a review from a team as a code owner October 9, 2025 20:48
@bertdawg76 bertdawg76 changed the base branch from master to 3006.x October 9, 2025 20:49
@bertdawg76 bertdawg76 added the test:full Run the full test suite label Oct 9, 2025
@bertdawg76 bertdawg76 self-assigned this Oct 10, 2025
Alter the way a successful state run is determined
"""
ret = {"result": False}
ret = {"result": False}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a duplicate of the existing line.

@twangboy twangboy added this to the Sulfur v3006.17 milestone Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:full Run the full test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] file.symlink no longer uses file.mod_check_cmd

4 participants