Add missing platform parameters
This commit is contained in:
parent
09d2fe4a78
commit
a6bbb4c2cd
@ -4,6 +4,9 @@ class bind::params {
|
|||||||
'Debian': {
|
'Debian': {
|
||||||
$bind_package = 'bind9'
|
$bind_package = 'bind9'
|
||||||
$bind_service = 'bind9'
|
$bind_service = 'bind9'
|
||||||
|
$bind_confdir = '/etc/bind'
|
||||||
|
$bind_user = 'bind'
|
||||||
|
$bind_group = 'bind'
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("Operating system is not supported ${::osfamily}")
|
fail("Operating system is not supported ${::osfamily}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user