changed creates rule for exec

This commit is contained in:
Arne Teuke
2017-07-20 15:10:54 +01:00
parent cb2010e7d2
commit 8a14684ca2

View File

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