commit
174298b41a
13
data/osfamily/RedHat.yaml
Normal file
13
data/osfamily/RedHat.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
bind::params::supported: true
|
||||
bind::params::bind_user: 'named'
|
||||
bind::params::bind_group: 'named'
|
||||
bind::params::bind_package: 'bind'
|
||||
bind::params::bind_service: 'named'
|
||||
bind::params::nsupdate_package: 'bind-utils'
|
||||
|
||||
bind::confdir: '/etc/named'
|
||||
bind::cachedir: '/var/named'
|
||||
bind::rndc: true
|
||||
|
||||
bind::updater::keydir: '/etc/named/keys'
|
||||
@ -25,4 +25,7 @@ class bind::params (
|
||||
"${::bind::confdir}/zones.rfc1918",
|
||||
]
|
||||
}
|
||||
elsif $::osfamily == 'RedHat' {
|
||||
$bind_files = ["/etc/named.root.key"]
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,6 +16,14 @@
|
||||
{
|
||||
"operatingsystem": "Ubuntu",
|
||||
"operatingsystemrelease": [ "12.04", "14.04" ]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "CentOS",
|
||||
"operatingsystemrelease": [ "6" ]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
"operatingsystemrelease": [ "6" ]
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user