Fixed a syntax error on both erg side and in the slave zone itself.
This commit is contained in:
parent
807f2d2b31
commit
5d8ea214ea
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ zone "<%= zone %>" {
|
||||||
file "<%= zonedir %>/db.<%= zone %>";
|
file "<%= zonedir %>/db.<%= zone %>";
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% master.each_pair do |k, v| -%>
|
<% master.each_pair do |k, v| -%>
|
||||||
masters { <% v['ip'] %> };
|
masters { <%= v['ip'] %>; };
|
||||||
<% end -%>
|
<% end -%>
|
||||||
allow-transfer { none; };
|
allow-transfer { none; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue