CentOS support

This commit is contained in:
Tilo Klausing
2015-01-13 15:57:02 +01:00
parent 5936d88fd8
commit f6bdbaac3a
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -25,4 +25,7 @@ class bind::params (
"${::bind::confdir}/zones.rfc1918",
]
}
elsif $::osfamily == 'RedHat' {
$bind_files = ["/etc/named.root.key"]
}
}