source: trunk/puppet/modules/puppet-dnsmasq/templates/my.dnsmasq.conf.erb @ 511

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

primeros pasos de modulo puppet-dnsmasq

File size: 323 bytes
Line 
1#
2# dnsmasq dhcpd configuration
3#
4<% if has_variable?("dhcp-authorative") -%>
5dhcp-authoritative
6<% end -%>
7
8<% if dhcp-range != 'absent' -%>
9dhcp-range=<%= dhcp-range %>
10<% end -%>
11
12<% if dhcp-option != 'absent' -%>
13dhcp-option=<%= 3,10.11.12.1 %>
14<% end -%>
15
16<% if has_variable?("read-ethers") -%>
17read-ethers
18<% end -%>
Note: See TracBrowser for help on using the repository browser.