diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-05 07:09:32 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-05 08:31:46 +0100 |
commit | badb9fccf410426dcad5ffb460e2f8f102ac9490 (patch) | |
tree | 8736e8a15a4273c0723cfbe5aaf5ccaed522cdad | |
parent | 99407519e02c59fc98f975510c1b598886b8c0a1 (diff) | |
download | puppet-dhcp-badb9fccf410426dcad5ffb460e2f8f102ac9490.tar.gz puppet-dhcp-badb9fccf410426dcad5ffb460e2f8f102ac9490.tar.bz2 |
changed var name - dhcpd_authoritative
-rw-r--r-- | templates/dhcpd.conf.debian.erb | 2 |
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; |