From badb9fccf410426dcad5ffb460e2f8f102ac9490 Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Fri, 5 Nov 2010 07:09:32 +0100 Subject: changed var name - dhcpd_authoritative --- templates/dhcpd.conf.debian.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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; -- cgit v1.2.3