fixed typo

This commit is contained in:
Arne Teuke
2017-09-27 14:42:23 +02:00
parent de4abfbdcd
commit 8574fbd5f2

View File

@@ -122,7 +122,7 @@ class cd_nagios::selinux::config (
}
exec { 'semodule_statusdat':
command => 'semodule -i my-http.pp',
command => 'semodule -i my-httpd.pp',
path => ['/usr/bin','/usr/sbin'],
cwd => $ng_user_home,
require => Exec['create_policy_statusdat'],