From a1fd332db7839d5933ebfbea40de16cee713a1db Mon Sep 17 00:00:00 2001 From: Takashi Kajinami <tkajinam@redhat.com> Date: Sat, 5 Aug 2023 23:54:44 +0900 Subject: [PATCH] Revert "bind: Disable config check in Ubuntu" This reverts commit f3faa5eb7185b28ba8ed4cb80d0c271d8878ff82. Reason for revert: The issue was fixed in puppet-dns 9.6.0[1]. [1] https://github.com/theforeman/puppet-dns/commit/6615bdef19dbb405fbb4a25f858aeb555d6a083e Change-Id: I447d69403579051b93999fa46e59c59f22a414a5 --- manifests/bind.pp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/manifests/bind.pp b/manifests/bind.pp index c1e686530..378ac3a7c 100644 --- a/manifests/bind.pp +++ b/manifests/bind.pp @@ -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,