Project

General

Profile

« Previous | Next » 

Revision 0bc528dd

Added by Alvin Huang almost 8 years ago

add interface-mtu option (#78)

View differences:

manifests/init.pp
$omapi_key = undef,
$pxeserver = undef,
$pxefilename = undef,
$mtu = undef,
$logfacility = 'local7',
$dhcp_monitor = true,
$dhcp_dir = $dhcp::params::dhcp_dir,
......
$includes = undef,
) inherits dhcp::params {
if $mtu {
validate_integer($mtu)
}
# Incase people set interface instead of interfaces work around
# that. If they set both, use interfaces and the user is a unwise
# and deserves what they get.

Also available in: Unified diff