From 9f3ee3f9c283ce3cd275ac31dbf11912555e0428 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 29 Apr 2018 13:55:14 +0200 Subject: [PATCH] edits checks --- manifests/selinux/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/selinux/config.pp b/manifests/selinux/config.pp index eb9d4ad..9f2ae2e 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -50,7 +50,7 @@ class cd_nagios::selinux::config ( exec { 'semodule_taccgi': command => "semodule -i ${ng_user_home}/my-taccgi.pp", path => ['/usr/bin','/usr/sbin'], - + user => $ng_user, cwd => $ng_user_home, require => Exec['create_policy_taccgi'], refreshonly => true,