Extmods should override the internal salt module even with different filename #52521
Labels
Bug
broken, incorrect, or confusing behavior
Documentation
Relates to Salt documentation
P4
Priority 4
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
stale
Milestone
Description of Issue/Question
Currently when we define an extmods with
__virtual__
returning the same name as an already existing salt internal module that's only merge new function and not override the already existing one.Steps to Reproduce Issue
Created a simple extmodule to override
test
I sync salt modules and try to execute the 2 function and
echo
does not get overwritedRenaming the python file with the same name as the one from salt internal really override the whole module
Versions Report
The text was updated successfully, but these errors were encountered: