Skip to content

Commit

Permalink
adds ixfr-from-differences
Browse files Browse the repository at this point in the history
  • Loading branch information
ncode committed Apr 17, 2019
1 parent ef3b6c9 commit a5e00f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
$serial_query_rate = undef,
$server_id = false,
$max_ncache_ttl = undef,
$ixfr_from_differences = undef,
# NOTE: we need to be able to override this parameter when declaring class,
# especially when not using hiera (i.e. when using Foreman as ENC):
$default_zones_include = $::bind::defaults::default_zones_include,
Expand Down
3 changes: 3 additions & 0 deletions templates/named.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ options {
<%- if @request_ixfr -%>
request-ixfr <%= @request_ixfr %>;
<%- end -%>
<%- if @ixfr_from_differences -%>
ixfr-from-differences <%= @ixfr_from_differences %>;
<%- end -%>
<%- if @serial_query_rate -%>
serial-query-rate <%= @serial_query_rate %>;
<%- end -%>
Expand Down

0 comments on commit a5e00f5

Please sign in to comment.