Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/etc/sysconfig/network-scripts/ifcfg-lo:0

DEVICE=lo:0
BOOTPROTO=static
IPADDR=192.168.246.50
NETMASK=255.255.255.255
ONBOOT=yes


http://reductivelabs.com/trac/puppet/wiki/TypeReference#id359 -- trying to configure using interface type, is this equivalent?

interface {"192.168.246.50":
   interface => "lo",
   interface_type => alias,
   ifnum => 0,
   netmask => "255.255.255.255",
   onboot => true,
}