We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
files
templates
The current implementation uses files twice.
Here:
template-formula/pillar.example
Lines 31 to 32 in c71915e
And here:
Lines 34 to 37 in c71915e
Since the second one is a list of templates to use, I suggest this is changed to:
# templates: # template-config: # - 'example_alt.tmpl' # - 'example_alt.tmpl.jinja'
The impact is fairly significant, since this needs to be done throughout:
pillar.example
macros.jinja
TOFS_pattern.md
Since TOFSv2 is very new, this change needs to be brought in ASAP. It hardly can be in use right now but it soon could be.
The text was updated successfully, but these errors were encountered:
@aboe76 Is it too late to make this change in systemd-formula?
systemd-formula
Sorry, something went wrong.
I think this is done by #76 and this issue can be closed. No?
@baby-gnu Yes, thank you!
No branches or pull requests
The current implementation uses
files
twice.Here:
template-formula/pillar.example
Lines 31 to 32 in c71915e
And here:
template-formula/pillar.example
Lines 34 to 37 in c71915e
Since the second one is a list of templates to use, I suggest this is changed to:
The impact is fairly significant, since this needs to be done throughout:
pillar.example
macros.jinja
TOFS_pattern.md
Since TOFSv2 is very new, this change needs to be brought in ASAP. It hardly can be in use right now but it soon could be.
The text was updated successfully, but these errors were encountered: