We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d17d39 commit 3ae9352Copy full SHA for 3ae9352
templates/named.conf.erb
@@ -54,7 +54,7 @@ options {
54
min-refresh-time <%= @min_refresh_time %>;
55
<%- end -%>
56
<%- if @send_cookie -%>
57
- send-cookie <%= @send_cookie ? 'true' : 'false' %>;
+ send-cookie <%= @send_cookie %>;
58
59
<%- if @max_retry_time -%>
60
max-retry-time <%= @max_retry_time %>;
0 commit comments