mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Remove remaining tabs from template (#1614)
This commit is contained in:
@@ -228,12 +228,12 @@
|
||||
<%- end -%>
|
||||
<%- if @graphics_type != 'none'
|
||||
graphics = {
|
||||
'type' => @graphics_type,
|
||||
'port' => @graphics_port,
|
||||
'autoport' => @graphics_autoport,
|
||||
'listen' => @graphics_ip,
|
||||
'keymap' => @keymap,
|
||||
'passwd' => @graphics_passwd,
|
||||
'type' => @graphics_type,
|
||||
'port' => @graphics_port,
|
||||
'autoport' => @graphics_autoport,
|
||||
'listen' => @graphics_ip,
|
||||
'keymap' => @keymap,
|
||||
'passwd' => @graphics_passwd,
|
||||
}
|
||||
-%>
|
||||
<%# Video device -%>
|
||||
|
||||
Reference in New Issue
Block a user