We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae920f commit 112d216Copy full SHA for 112d216
templates/vm.xml.j2
@@ -81,7 +81,7 @@
81
{# (say you enter 'bond' instead of 'bridge' in your variables) #}
82
{% if interface.model is defined %}
83
<model type='{{ interface.model }}'/>
84
- {% else $}
+ {% else %}
85
<model type='virtio'/>
86
{% endif %}
87
</interface>
0 commit comments