selinux: Changed selinux::tools to be executed on bootstrap phase due to puppet::client requiring semanage command.

This commit is contained in:
Timo Mkinen 2013-10-18 16:08:12 +03:00
parent 3a9d18c679
commit 7f28f80995

View file

@ -128,6 +128,8 @@ class selinux::setroubleshoot($client_users=["*"], $mailto=undef) {
# #
class selinux::tools { class selinux::tools {
tag("bootstrap")
case $::operatingsystem { case $::operatingsystem {
"fedora": { $package = "policycoreutils-python" } "fedora": { $package = "policycoreutils-python" }
"centos","redhat": { "centos","redhat": {