Revert "bind: Disable config check in Ubuntu"
This reverts commitf3faa5eb71
. Reason for revert: The issue was fixed in puppet-dns 9.6.0[1]. [1]6615bdef19
Change-Id: I447d69403579051b93999fa46e59c59f22a414a5
This commit is contained in:
parent
e2ce75e573
commit
a1fd332db7
@ -17,18 +17,9 @@ class openstack_integration::bind {
|
|||||||
default => 'none',
|
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
|
# NOTE (dmsimard): listen_on_v6 is false and overridden due to extended port
|
||||||
# configuration in additional_options
|
# configuration in additional_options
|
||||||
class { 'dns':
|
class { 'dns':
|
||||||
config_check => $config_check,
|
|
||||||
recursion => 'no',
|
recursion => 'no',
|
||||||
allow_recursion => [],
|
allow_recursion => [],
|
||||||
listen_on_v6 => false,
|
listen_on_v6 => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user