7e37ccfd99
https://review.openstack.org/#/c/288244/ has been merged so RabbitMQ should not steal Keystone UID / GID anymore. Change-Id: Iebc6ec2a9a3a3a7adb3949d9a91992056422356f
11 lines
174 B
Puppet
11 lines
174 B
Puppet
class openstack_integration {
|
|
|
|
Exec { logoutput => 'on_failure' }
|
|
|
|
if $::osfamily == 'RedHat' {
|
|
package { 'openstack-selinux':
|
|
ensure => 'latest'
|
|
}
|
|
}
|
|
}
|