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