-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltFeaturenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.
Milestone
Description
Ref. #5098
It looks like the require statement takes an absolute path to the required sls file. It would be cool if it could also support relative sls files, e.g.:
include:
- .local
somename:
- somemodule:somefunction
- require:
sls: .local
Today (0.17.5) the last require statement would have to read sls: path.to.here.local
soleo, maxbenson, vshantharaj, jholloway7, satwell and 2 more
Metadata
Metadata
Assignees
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltFeaturenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.