selinux: Changed selinux::tools to be executed on bootstrap phase due to puppet::client requiring semanage command.
This commit is contained in:
parent
3a9d18c679
commit
7f28f80995
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ class selinux::setroubleshoot($client_users=["*"], $mailto=undef) {
|
|||
#
|
||||
class selinux::tools {
|
||||
|
||||
tag("bootstrap")
|
||||
|
||||
case $::operatingsystem {
|
||||
"fedora": { $package = "policycoreutils-python" }
|
||||
"centos","redhat": {
|
||||
|
|
Loading…
Add table
Reference in a new issue