Project

General

Profile

« Previous | Next » 

Revision 99327520

Added by Dominic Cleal over 8 years ago

Add dhcp_provider parameter to replace dhcp_vendor

For consistency with DNS and the updated configuration file in 1.11.

This deprecates the `dhcp_vendor` parameter.

View differences:

manifests/params.pp
$dhcp_split_config_files = true # smart-proxy 1.11+
$dhcp_listen_on = 'https'
$dhcp_managed = true
$dhcp_provider = 'isc'
$dhcp_vendor = undef
$dhcp_interface = 'eth0'
$dhcp_gateway = '192.168.100.1'
$dhcp_range = false
......
$dhcp_key_name = undef
$dhcp_key_secret = undef
$dhcp_omapi_port = 7911
$dhcp_vendor = 'isc'
# DNS settings - requires optional DNS puppet module
$dns = false

Also available in: Unified diff