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" }
|
"fedora": { $package = "policycoreutils-python" }
|
||||||
"centos","redhat": {
|
"centos","redhat": {
|
||||||
case $::operatingsystemrelease {
|
case $::operatingsystemrelease {
|
||||||
/^6/: { $package = "policycoreutils-python" }
|
/^[1-5]/: { $package = "policycoreutils" }
|
||||||
default: { $package = "policycoreutils" }
|
default: { $package = "policycoreutils-python" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue