source: trunk/puppet/modules/puppet-dnsmasq/README @ 513

Last change on this file since 513 was 513, checked in by sebas, 14 years ago

alineacion + config tftp + debug logy pxe

File size: 296 bytes
Line 
1Example
2=======
3
4dnsmasq::config { 'mio':
5        dhcp_authoritative => 'yes',
6        dhcp_range         => '10.11.12.150,10.11.12.200,255.255.255.0,2h',
7        dhcp_gw            => '10.11.12.1',
8        read_ethers        => 'yes',
9        domain             => 'mon.domaine.exemple.com'
10}
11
12
Note: See TracBrowser for help on using the repository browser.