From 27d1b70d6198a0bf595eb30e9f571f480db7b0ff Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Jul 2017 17:58:43 +0100 Subject: [PATCH] added selinux boolean --- 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 5e30685..ee0200b 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -31,7 +31,7 @@ class cd_nrpe::selinux::config ( command => 'setsebool -P nagios_run_sudo 1', path => ['/usr/bin','/usr/sbin'], cwd => '/tmp', - unless => 'getsebool nagios_run_sudo | awk '{print$3}' | grep -ic "on"' + unless => 'getsebool nagios_run_sudo | awk \'{print$3}\' | grep -ic "on"' } } }