puppet-openstack-integration/manifests/init.pp
Mohammed Naser 6ec2bf9602 Revert "redhat/packages: set allow_virtual to True"
We do not support Puppet 3 anymore, so this is not needed.

This reverts commit 807a60e802.

Change-Id: I6f12ce48c18234855d907005dc04c4e4effd0187
2017-09-13 16:04:30 +00:00

11 lines
174 B
Puppet

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