Fixed dns::server package name for CentOS 5.
This commit is contained in:
parent
b8534b568b
commit
34be570ebc
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ class dns::server {
|
||||||
package { "bind":
|
package { "bind":
|
||||||
name => $operatingsystem ? {
|
name => $operatingsystem ? {
|
||||||
"ubuntu" => "bind9",
|
"ubuntu" => "bind9",
|
||||||
|
"centos" => $operatingsystemrelease ? {
|
||||||
|
/^5\..*/ => [ "bind-chroot", "caching-nameserver", ],
|
||||||
|
default => "bind-chroot",
|
||||||
|
},
|
||||||
default => "bind-chroot",
|
default => "bind-chroot",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue