puppet/dhcp/templates/dhcpd.sysconfig
2016-04-18 15:15:31 +03:00

6 lines
212 B
Text

<% if @operatingsystemrelease =~ /^6\./ -%>
DHCPDARGS="-chroot ${statedir} -lf /dhcpd.leases -pf /dhcpd.pid <%= @interface %>"
pidfile="${statedir}/dhcpd.pid"
<% else -%>
DHCPDARGS="<%= @interface %>"
<% end -%>