File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 27
27
$serial_query_rate = undef ,
28
28
$server_id = false ,
29
29
$max_ncache_ttl = undef ,
30
+ $ixfr_from_differences = undef ,
30
31
# NOTE: we need to be able to override this parameter when declaring class,
31
32
# especially when not using hiera (i.e. when using Foreman as ENC):
32
33
$default_zones_include = $::bind::defaults::default_zones_include,
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ options {
32
32
<%- if @request_ixfr -%>
33
33
request-ixfr <%= @request_ixfr %> ;
34
34
<%- end -%>
35
+ <%- if @ixfr_from_differences -%>
36
+ ixfr-from-differences <%= @ixfr_from_differences %> ;
37
+ <%- end -%>
35
38
<%- if @serial_query_rate -%>
36
39
serial-query-rate <%= @serial_query_rate %> ;
37
40
<%- end -%>
You can’t perform that action at this time.
0 commit comments