selinux: Install selinux tools on RHEL7
This commit is contained in:
parent
6c9d8d21d6
commit
93c9883b3f
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ class selinux::tools {
|
|||
"fedora": { $package = "policycoreutils-python" }
|
||||
"centos","redhat": {
|
||||
case $::operatingsystemrelease {
|
||||
/^6/: { $package = "policycoreutils-python" }
|
||||
default: { $package = "policycoreutils" }
|
||||
/^[1-5]/: { $package = "policycoreutils" }
|
||||
default: { $package = "policycoreutils-python" }
|
||||
}
|
||||
}
|
||||
default: {
|
||||
|
|
Loading…
Add table
Reference in a new issue