Project

General

Profile

« Previous | Next » 

Revision e9f23c1b

Added by Andrei Brezan about 8 years ago

Expose dhcp_subnets parameter

Add new variable in params dhcp_subnets
Set dhcp_subnets accordingly via template dhcp.yml.erb
Fixes GH-109

View differences:

manifests/params.pp
$dhcp_listen_on = 'https'
$dhcp_managed = true
$dhcp_provider = 'isc'
$dhcp_subnets = []
$dhcp_interface = 'eth0'
$dhcp_gateway = '192.168.100.1'
$dhcp_range = false

Also available in: Unified diff