mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-31 10:06:39 +00:00
Merge pull request #4393 from stanford-rc/dns_slave
ddns.pm: specify the "directory" option for DNS slaves too
This commit is contained in:
commit
71c80b6155
@ -1223,8 +1223,8 @@ sub update_namedconf {
|
||||
}
|
||||
unless ($gotoptions) {
|
||||
push @newnamed, "options {\n";
|
||||
push @newnamed, "\tdirectory \"" . $ctx->{zonesdir} . "\";\n";
|
||||
unless ($slave && xCAT::Utils->isLinux()) {
|
||||
push @newnamed, "\tdirectory \"" . $ctx->{zonesdir} . "\";\n";
|
||||
push @newnamed, "\tallow-recursion { any; };\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user