2026-04-05 16:45:14 +02:00
|
|
|
## confdroid_selinux::main::install.pp
|
|
|
|
|
# Module name: confdroid_selinux
|
|
|
|
|
# Author: 12ww1160 (12ww1160@ConfDroid.com)
|
2017-07-20 12:38:15 +01:00
|
|
|
# @summary Class manage all aspects of installing binaries required for
|
2026-04-05 16:45:14 +02:00
|
|
|
# confdroid_selinux
|
2017-07-20 12:38:15 +01:00
|
|
|
###############################################################################
|
2026-04-05 16:45:14 +02:00
|
|
|
class confdroid_selinux::main::install (
|
2017-07-20 12:38:15 +01:00
|
|
|
|
2026-04-05 16:45:14 +02:00
|
|
|
) inherits confdroid_selinux::params {
|
2026-04-05 16:46:48 +02:00
|
|
|
require confdroid_resources
|
2017-07-20 12:38:15 +01:00
|
|
|
|
2026-04-05 16:46:48 +02:00
|
|
|
package { $sx_reqpackages:
|
|
|
|
|
ensure => $sx_pkg_ensure,
|
2017-07-20 12:38:15 +01:00
|
|
|
}
|
|
|
|
|
}
|