CentOS support
This commit is contained in:
parent
5936d88fd8
commit
f6bdbaac3a
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/data'
|
||||||
|
bind::rndc: true
|
||||||
|
|
||||||
|
bind::updater::keydir: '/etc/named/keys'
|
||||||
@ -25,4 +25,7 @@ class bind::params (
|
|||||||
"${::bind::confdir}/zones.rfc1918",
|
"${::bind::confdir}/zones.rfc1918",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
elsif $::osfamily == 'RedHat' {
|
||||||
|
$bind_files = ["/etc/named.root.key"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user