From: Cédric Jeanneret Date: Fri, 5 Nov 2010 06:09:32 +0000 (+0100) Subject: changed var name - dhcpd_authoritative X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=badb9fccf410426dcad5ffb460e2f8f102ac9490;p=puppet-dhcp.git changed var name - dhcpd_authoritative --- diff --git a/templates/dhcpd.conf.debian.erb b/templates/dhcpd.conf.debian.erb index 865c04c..8cd3183 100644 --- a/templates/dhcpd.conf.debian.erb +++ b/templates/dhcpd.conf.debian.erb @@ -19,7 +19,7 @@ max-lease-time 7200; # If this DHCP server is the official DHCP server for the local # network, the authoritative directive should be uncommented. -<% if has_variable?('dhcpd_ddns_authoritative') -%> +<% if has_variable?('dhcpd_authoritative') -%> authoritative; <% else -%> #authoritative;