Project

General

Profile

« Previous | Next » 

Revision c22f4645

Added by David Blaisonneau about 9 years ago

Add rfc3442 support - option for static routes

Closes GH-43

View differences:

README.md
pxeserver => '10.0.1.2',
}
For the support of static routes (RFC3442):
dhcp::pool{ 'ops.dc1.example.net':
network => '10.0.1.0',
mask => '255.255.255.0',
range => '10.0.1.100 10.0.1.200',
gateway => '10.0.1.1',
static_routes => [ { 'mask' => '32', 'network' => '169.254.169.254', 'gateway' => $ip } ],
}
### dhcp::host
Create host reservations.

Also available in: Unified diff