Merge "CentOS 9: Enable os_neutron_dac_override"

This commit is contained in:
Zuul 2022-02-20 11:31:08 +00:00 committed by Gerrit Code Review
commit a919dac13d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class openstack_integration::neutron (
Exec['update-ca-certificates'] ~> Service<| tag == 'neutron-service' |>
}
if ($::operatingsystem == 'CentOS') and (versioncmp($::operatingsystemmajrelease, '8') == 0) {
if ($::operatingsystem == 'CentOS') and (versioncmp($::operatingsystemmajrelease, '8') >= 0) {
# os_neutron_dac_override should be on to start privsep-helper
# See https://bugzilla.redhat.com/show_bug.cgi?id=1850973
selboolean { 'os_neutron_dac_override':