Files
stable/2025.2
puppet-openstack-integration /manifests /init.pp
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>
2025年08月20日 20:41:17 +09:00

10 lines
184 B
Puppet

class openstack_integration {
Exec { logoutput => 'on_failure' }
if $facts['os']['family'] == 'RedHat' {
package { 'openstack-selinux':
ensure => 'present',
}
}
}