Merge "CentOS 9: Enable os_neutron_dac_override"
This commit is contained in:
commit
a919dac13d
@ -41,7 +41,7 @@ class openstack_integration::neutron (
|
|||||||
Exec['update-ca-certificates'] ~> Service<| tag == 'neutron-service' |>
|
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
|
# os_neutron_dac_override should be on to start privsep-helper
|
||||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=1850973
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1850973
|
||||||
selboolean { 'os_neutron_dac_override':
|
selboolean { 'os_neutron_dac_override':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user