aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/dhcpd.conf.debian.erb2
1 files changed, 1 insertions, 1 deletions
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;