diff --git a/manifests/params.pp b/manifests/params.pp index 605e4ba..cbe8c7c 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -22,7 +22,7 @@ ############################################################################## 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_selinux_status = 'enforcing', String $sx_selinux_type = 'targeted',