Revert "Pin older openstack-selinux"

This reverts commit 40edc5d5a5.

The fix is supposed to be in openstack-selinux-0.7.13-2.

Change-Id: I670164108d41384bc72a5d7d5a5045ff874a1704
This commit is contained in:
Alex Schultz 2016-12-09 15:07:39 +00:00 committed by David Moreau Simard
parent b93ecf8bff
commit 85a1fc7b70

View File

@ -4,8 +4,7 @@ class openstack_integration {
if $::osfamily == 'RedHat' { if $::osfamily == 'RedHat' {
package { 'openstack-selinux': package { 'openstack-selinux':
# TODO(aschultz): remove this when openstack-selinux is updated BZ#1402926 ensure => 'latest'
ensure => '0.7.4-2.el7'
} }
# Some packages provided by RDO are virtual # Some packages provided by RDO are virtual
# allow_virtual is false in Puppet 3 and will be true # allow_virtual is false in Puppet 3 and will be true