We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edcbd3 commit d4d2081Copy full SHA for d4d2081
templates/options.conf.epp
@@ -33,7 +33,7 @@ listen-on { <%= $dns::listen_on %>; };
33
listen-on-v6 { <%= $dns::listen_on_v6 %>; };
34
<% } -%>
35
36
-<% if $dns::allow_recursion { -%>
+<% unless empty($dns::allow_recursion) { -%>
37
allow-recursion { <%= join($dns::allow_recursion, '; ') %>; };
38
39
0 commit comments