Files
stable/2025.2
Takashi Kajinami
a3afedaf81
Prepare for voxpupuli-puppet-lint-plugins
Fix new lint errors detected when full of the voxpupili lint plugins are enabled. Depends-on: https://review.opendev.org/958040 Change-Id: I17970da9dd2878eafe268be10cf7e913b35cbdb1 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
10 lines
184 B
Puppet
10 lines
184 B
Puppet
class openstack_integration {
Exec { logoutput => 'on_failure' }
if $facts['os']['family'] == 'RedHat' {
package { 'openstack-selinux':
ensure => 'present',
}
}
}