Merge branch 'jenkins-build-3' into 'master'

Auto-merge for build 3

See merge request puppet/confdroid_selinux!3
This commit is contained in:
Jenkins
2026-04-05 14:57:47 +00:00

View File

@@ -22,7 +22,7 @@
############################################################################## ##############################################################################
class confdroid_selinux::params ( class confdroid_selinux::params (
Array[String] $sx_reqpackages = ['selinux-policy','policycoreutils','setroubleshoot-server','policycoreutils-python'], Array[String] $sx_reqpackages = ['selinux-policy','policycoreutils','setroubleshoot-server','policycoreutils-python-utils'],
String $sx_pkg_ensure = 'latest', String $sx_pkg_ensure = 'latest',
String $sx_selinux_status = 'enforcing', String $sx_selinux_status = 'enforcing',
String $sx_selinux_type = 'targeted', String $sx_selinux_type = 'targeted',