puppet-openstack-integration/manifests/init.pp
Emilien Macchi 7e37ccfd99 revert temporary workaround on centos
https://review.openstack.org/#/c/288244/ has been merged so RabbitMQ
should not steal Keystone UID / GID anymore.

Change-Id: Iebc6ec2a9a3a3a7adb3949d9a91992056422356f
2016-03-28 00:21:26 +00:00

11 lines
174 B
Puppet

class openstack_integration {
Exec { logoutput => 'on_failure' }
if $::osfamily == 'RedHat' {
package { 'openstack-selinux':
ensure => 'latest'
}
}
}