Configure interface type and name in ifcfg
Closes #575 Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
# Host: {{ $host }}
|
||||
# Time: {{ $time }}
|
||||
# Source: {{ $source }}
|
||||
TYPE={{ $netdev.Type }}
|
||||
DEVICE={{ $netdev.Device }}
|
||||
NAME=default
|
||||
NAME={{ $devname }}
|
||||
BOOTPROTO=static
|
||||
DEVTIMEOUT=10
|
||||
IPADDR={{ $netdev.Ipaddr }}
|
||||
|
||||
Reference in New Issue
Block a user