We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb2026 commit 91af30cCopy full SHA for 91af30c
manifests/init.pp
@@ -25,6 +25,7 @@
25
$query_log = undef,
26
$request_ixfr = undef,
27
$serial_query_rate = undef,
28
+ $server_id = false,
29
# NOTE: we need to be able to override this parameter when declaring class,
30
# especially when not using hiera (i.e. when using Foreman as ENC):
31
$default_zones_include = $::bind::defaults::default_zones_include,
templates/named.conf.erb
@@ -72,6 +72,9 @@ options {
72
<%- if @version != '' -%>
73
version "<%= @version %>";
74
<%- end -%>
75
+<%- if @server_id -%>
76
+ server-id hostname;
77
+<%- end -%>
78
<%- if @tkey_gssapi_credential -%>
79
tkey-gssapi-credential "<%= @tkey_gssapi_credential %>";
80
0 commit comments