Fix the indentation
This commit is contained in:
parent
b26915de54
commit
cd6e0f8b9c
@ -13,13 +13,13 @@ zone "<%= @_domain %>" {
|
|||||||
<%- elsif %w(init managed allowed).include? @zone_file_mode -%>
|
<%- elsif %w(init managed allowed).include? @zone_file_mode -%>
|
||||||
file "<%= @cachedir %>/<%= @name %>/<%= @zone_file %>";
|
file "<%= @cachedir %>/<%= @name %>/<%= @zone_file %>";
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- if %w(master slave).include? @zone_type -%>
|
<%- if %w(master slave).include? @zone_type
|
||||||
<%- if (@ns_notify == 'explicit') -%>
|
if (@ns_notify == 'explicit') -%>
|
||||||
notify explicit;
|
notify explicit;
|
||||||
<%- else -%>
|
<%- else -%>
|
||||||
notify <%= @ns_notify ? 'yes' : 'no' %>;
|
notify <%= @ns_notify ? 'yes' : 'no' %>;
|
||||||
<%- end -%>
|
<%- end
|
||||||
<%- end -%>
|
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