Fixed depency error from dns::server.
This commit is contained in:
parent
963f1d1bfc
commit
738a1ae59a
1 changed files with 9 additions and 5 deletions
|
@ -371,6 +371,10 @@ define dns::zone($role = "master", $master = "", $slaves = [], $forwarders = [],
|
|||
"master" => File["${dns::server::chroot}${zonedir}/db.${zonefile}"],
|
||||
default => undef,
|
||||
},
|
||||
require => $::operatingsystem ? {
|
||||
"openbsd" => undef,
|
||||
default => Package["bind"],
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue