add closing block

This commit is contained in:
Trevor Smith 2015-03-19 13:44:16 -04:00
parent 015f7174cc
commit 13723a72cf

View File

@ -16,6 +16,7 @@ zone "<%= @_domain %>" {
<%- end -%>
<%- unless @zone_type == 'stub' -%>
notify <%= @ns_notify ? 'yes' : 'no' %>;
<%- end -%>
<%- if @also_notify and @also_notify != '' -%>
also-notify {
<%- Array(@also_notify).each do |server| -%>