Load user defined template engines #67560
Replies: 17 comments
-
I don't know the reason that What is your end-goal? Are you wanting to do something like use a custom renderer module with the
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, my end goal is to use a custom renderer module with It's actually a little more complicated, the idea is to switch progressively to full SaltStack, but we actually have templates and data repository with a templating engine, we just want to call that system within Looking at the code, we have another issue, the “foreign” system provides its own templates, the state do not need the I actually managed to work around this by creating a state module (a prototype for now) to do directly call the “forgein” system:
So we provide We do not have all the fancy features of Regards. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the detail. Interesting. Since you have your own state module that |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Hello. Unfortunately there is no news on this topic for a long time. It looks to me that the situation did not evolve the For me there is no way to easily benefit of all the work done by Any chance for something to change here? Regards. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Same as above, nothing moved here, the list is hard coded. As we moved forward to something else we are less interested in this feature, if you think it's a waste of time and nobody cares you can close it. Regards. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
@dwoz can you follow up on this |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
ping |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
kicking this back into triage to attempt to get movement on it |
Beta Was this translation helpful? Give feedback.
-
assigning this to @dwoz as to whether this feature request will be incorporated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
Hello,
Actually, only SLS can have custom renderers which could be provided under
<base>/_renderers/
.As far as I understand:
salt.renderers.*
are for SLSsalt.utils.templates
is for template filessalt.utils.templates
has an hardcoded list of template enginesIs it possible to make
salt.utils.templates
extendable likesalt.renderers
?Regards.
Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)Beta Was this translation helpful? Give feedback.
All reactions