]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dhcpd/templates/default/default.erb
nominatim: install secondary importance file
[chef.git] / cookbooks / dhcpd / templates / default / default.erb
1 # Defaults for isc-dhcp-server (sourced by /etc/init.d/isc-dhcp-server)
2
3 # Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
4 #DHCPDv4_CONF=/etc/dhcp/dhcpd.conf
5 #DHCPDv6_CONF=/etc/dhcp/dhcpd6.conf
6
7 # Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
8 #DHCPDv4_PID=/var/run/dhcpd.pid
9 #DHCPDv6_PID=/var/run/dhcpd6.pid
10
11 # Additional options to start dhcpd with.
12 #       Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
13 #OPTIONS=""
14
15 # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
16 #       Separate multiple interfaces with spaces, e.g. "eth0 eth1".
17 INTERFACESv4="<%= node.interfaces(:role => :internal).map { |i| i[:interface] }.join(" ") %>"
18 INTERFACESv6=""