From 7f28f80995ae205225599e47a24243f8545ead8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 18 Oct 2013 16:08:12 +0300 Subject: [PATCH] selinux: Changed selinux::tools to be executed on bootstrap phase due to puppet::client requiring semanage command. --- selinux/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selinux/manifests/init.pp b/selinux/manifests/init.pp index b5fd6a0..47c73ab 100644 --- a/selinux/manifests/init.pp +++ b/selinux/manifests/init.pp @@ -128,6 +128,8 @@ class selinux::setroubleshoot($client_users=["*"], $mailto=undef) { # class selinux::tools { + tag("bootstrap") + case $::operatingsystem { "fedora": { $package = "policycoreutils-python" } "centos","redhat": {