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

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

mas documentacion sobre el uso del modulo dnsmasq

File size: 570 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        dhcp_nameservers   => '10.11.12.1',
9        read_ethers        => 'yes',
10        domain             => 'mon.domaine.exemple.com',
11        dhcp_boot          => '/ltsp/i386/pxelinux.0,jaunty1,10.11.12.8',
12        tftp_root          => '/ltsp/i386/',
13        log_queries        => 'yes',
14        log_dhcp           => 'yes'
15}
16
17
18Notes
19========
20 * to desactivate any parameter replace the value by 'absent'
21
Note: See TracBrowser for help on using the repository browser.