6ec2bf9602
We do not support Puppet 3 anymore, so this is not needed.
This reverts commit 807a60e802
.
Change-Id: I6f12ce48c18234855d907005dc04c4e4effd0187
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'
|
|
}
|
|
}
|
|
}
|