Revert "bind: Disable config check in Ubuntu"

This reverts commit f3faa5eb71.

Reason for revert:
The issue was fixed in puppet-dns 9.6.0[1].

[1] 6615bdef19

Change-Id: I447d69403579051b93999fa46e59c59f22a414a5
This commit is contained in:
Takashi Kajinami 2023-08-05 23:54:44 +09:00
parent e2ce75e573
commit a1fd332db7

View File

@ -17,18 +17,9 @@ class openstack_integration::bind {
default => 'none',
}
# NOTE(tkajinam) Disable config check in Ubuntu due to
# https://github.com/theforeman/puppet-dns/issues/227
if $facts['os']['name'] == 'Ubuntu' {
$config_check = false
} else {
$config_check = true
}
# NOTE (dmsimard): listen_on_v6 is false and overridden due to extended port
# configuration in additional_options
class { 'dns':
config_check => $config_check,
recursion => 'no',
allow_recursion => [],
listen_on_v6 => false,