feat(recipes): adding nuo specific recipes
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
|
||||
%{ for iface in Vars.NIC }
|
||||
auto ${iface.Name}
|
||||
|
||||
iface ${iface.Name} inet static
|
||||
address ${iface.IP}
|
||||
netmask ${iface.Mask}
|
||||
gateway ${iface.Gateway}
|
||||
%{ endfor ~}
|
Reference in New Issue
Block a user