Fix template for updated pvcbootstrapd

This commit is contained in:
2021-12-19 04:14:38 -05:00
parent 7704e6149b
commit 32fcab15fd
3 changed files with 21 additions and 34 deletions

View File

@ -1,5 +1,5 @@
#!ipxe
{% if imgargs_host is defined and imgargs_host %}
{% if imgargs_host is defined and imgargs_host -%}
set imgargs-host {{ imgargs_host }}
{% endif %}
{%- endif %}