Removed obsolete interfaces template.

This commit is contained in:
Michael Hierweck 2014-08-12 14:57:39 +02:00
parent 7703bb2821
commit c5fe591298

View File

@ -1,25 +0,0 @@
#
# This file is managed by HSAdmin.
# Do not edit manually. Changes will be overwritten.
#
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address ${hive.inetAddr.inetAddr}
netmask 255.255.255.0
gateway ${hive.defaultGateway}
#foreach( $pac in ${hive.pacs} )
#if( !${pac.managedServer} )
auto eth0:${pac.name}
iface eth0:${pac.name} inet static
address ${pac.curINetAddr.inetAddr}
netmask 255.255.255.0
#end
#end