aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-05 07:09:32 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-05 08:31:46 +0100
commitbadb9fccf410426dcad5ffb460e2f8f102ac9490 (patch)
tree8736e8a15a4273c0723cfbe5aaf5ccaed522cdad /templates
parent99407519e02c59fc98f975510c1b598886b8c0a1 (diff)
downloadpuppet-dhcp-badb9fccf410426dcad5ffb460e2f8f102ac9490.tar.gz
puppet-dhcp-badb9fccf410426dcad5ffb460e2f8f102ac9490.tar.bz2
changed var name - dhcpd_authoritative
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;