From 8a14684ca214be5f5c51f8c0024a0952af4a818f Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 20 Jul 2017 15:10:54 +0100 Subject: [PATCH] changed creates rule for exec --- 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 ed19da9..b2516a3 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -32,7 +32,7 @@ class cd_nagios::selinux::config ( command => template($ng_taccgi_erb), path => ['/usr/bin','/usr/sbin'], cwd => '/tmp', - creates => '/tmp/my-taccgi', + creates => '/tmp/my-taccgi.pp', notify => Exec['semodule_taccgi'], }