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'], }