You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the override of server.xml.j2 & setenv.sh.j2 template source in the instance.yml task file
Rationale
This would allow for template override if/when needed, to add or remove functionalities otherwise hardcoded in the template.
Additional context
I had to change the server.xml.j2 template to add new features like services, engines, hosts & aliases declaration but found myself stranded when I had to force the template task to use my own template (even using the same filename in my template folder)
Being able to set a template_src variable per instance would solve this problem :
Proposed feature
Allow the override of server.xml.j2 & setenv.sh.j2 template source in the instance.yml task file
Rationale
This would allow for template override if/when needed, to add or remove functionalities otherwise hardcoded in the template.
Additional context
I had to change the
server.xml.j2
template to add new features like services, engines, hosts & aliases declaration but found myself stranded when I had to force the template task to use my own template (even using the same filename in my template folder)Being able to set a
template_src
variable per instance would solve this problem :This would be the same for the
setenv.sh.j2
template.Thanks o/
The text was updated successfully, but these errors were encountered: