From 6e251a61a25bb1d1149d860c80fb7c6db4fe2e0b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 20 Jul 2017 17:26:21 +0100 Subject: [PATCH] changed wrong refresh --- 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 7abb76b..53b78db 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -62,7 +62,7 @@ class cd_nagios::selinux::config ( path => ['/usr/bin','/usr/sbin'], cwd => $ng_user_home, creates => "${ng_user_home}/my-statuscgi.pp", - notify => Exec['semodule_taccgi'], + notify => Exec['semodule_statuscgi'], } exec { 'semodule_statuscgi':