From 8574fbd5f27d160192a393510c62158d1aabce76 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 27 Sep 2017 14:42:23 +0200 Subject: [PATCH] fixed typo --- 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 0476c27..4d0fc45 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -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'],