We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3b6c9 commit a5e00f5Copy full SHA for a5e00f5
manifests/init.pp
@@ -27,6 +27,7 @@
27
$serial_query_rate = undef,
28
$server_id = false,
29
$max_ncache_ttl = undef,
30
+ $ixfr_from_differences = undef,
31
# NOTE: we need to be able to override this parameter when declaring class,
32
# especially when not using hiera (i.e. when using Foreman as ENC):
33
$default_zones_include = $::bind::defaults::default_zones_include,
templates/named.conf.erb
@@ -32,6 +32,9 @@ options {
<%- if @request_ixfr -%>
request-ixfr <%= @request_ixfr %>;
34
<%- end -%>
35
+<%- if @ixfr_from_differences -%>
36
+ ixfr-from-differences <%= @ixfr_from_differences %>;
37
+<%- end -%>
38
<%- if @serial_query_rate -%>
39
serial-query-rate <%= @serial_query_rate %>;
40
0 commit comments