DNS module fixes for CentOS, OpenBSD and Fedora.
This commit is contained in:
parent
fa542a2bfd
commit
eab2dc4626
4 changed files with 126 additions and 73 deletions
|
@ -1,9 +1,9 @@
|
|||
zone "<%= zone %>" {
|
||||
type slave;
|
||||
file "/var/cache/bind/db.<%= zone %>";
|
||||
file "<%= zonedir %>/db.<%= zone %>";
|
||||
masters {
|
||||
<% master.each do |m| -%>
|
||||
<%= m['ipaddr'] %>;
|
||||
<%= m %>;
|
||||
<% end -%>
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue