From 313da525e5ebb705a40d23d28be0e93679f5eb31 Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Tue, 18 Jul 2023 20:39:22 +0100 Subject: [PATCH] Template tidy --- lib/templates/Vagrantfile.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/templates/Vagrantfile.erb b/lib/templates/Vagrantfile.erb index 1273a73d6..ae9a34f43 100644 --- a/lib/templates/Vagrantfile.erb +++ b/lib/templates/Vagrantfile.erb @@ -256,7 +256,6 @@ when "proxmox" # nothing <% # Static networking -%> <% else -%> <% # Static oVirt/Proxmox networking -%> -# @base_template: <%= @base_template %> <% if (provider == "ovirt" || provider == "proxmox") && @base_template && @base_template !~ /win/i -%> <% interface = 'ens3' if provider =="ovirt" -%> <% interface = 'ens18' if provider =="proxmox" -%>