Displaying 1 result from an estimated 1 matches for "physicaldev".
2011 Mar 02
4
networkinterface type proposal
...1",
}
### vlan example
networkinterface { "vlan201":
ensure => "enabled",
ipaddress => "10.0.0.3",
netmask => "255.255.255.0",
gateway => "10.0.0.1",
vlantag => "201", # 1 through 4096
physicaldev => "eth0", # parent device, need this or hwaddr
# not too happy about this, but IMO the yum ''enablerepo'' example
# shows there is a need to pass arbitrary provider-specific args
# i.e. the RH sysvinit provider would turn " " to \n and
# drop these...