add closing block
This commit is contained in:
parent
015f7174cc
commit
13723a72cf
@ -16,6 +16,7 @@ zone "<%= @_domain %>" {
|
|||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- unless @zone_type == 'stub' -%>
|
<%- unless @zone_type == 'stub' -%>
|
||||||
notify <%= @ns_notify ? 'yes' : 'no' %>;
|
notify <%= @ns_notify ? 'yes' : 'no' %>;
|
||||||
|
<%- end -%>
|
||||||
<%- if @also_notify and @also_notify != '' -%>
|
<%- if @also_notify and @also_notify != '' -%>
|
||||||
also-notify {
|
also-notify {
|
||||||
<%- Array(@also_notify).each do |server| -%>
|
<%- Array(@also_notify).each do |server| -%>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user