]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
changed var name - dhcpd_authoritative
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>
Fri, 5 Nov 2010 06:09:32 +0000 (07:09 +0100)
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>
Fri, 5 Nov 2010 07:31:46 +0000 (08:31 +0100)
templates/dhcpd.conf.debian.erb

index 865c04cf833c780f23fd9c8d1fecfc9619258959..8cd31833851be1d32f6cdc5ebf781474482e5f13 100644 (file)
@@ -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;