From 5fcf6031faa6aab209ed3d071223b0c5fbd62464 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 20 Jul 2017 17:30:38 +0100 Subject: [PATCH] updated README --- README.md | 2 +- manifests/selinux/config.pp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe1c2fd..b35d51f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ |Repo Name| version | Build Status| |---|---|---|---| -|`cd_nagios`| 0.0.0.6 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_nagios)](https://jenkins.confdroid.com/job/cd_nagios/)| +|`cd_nagios`| 0.0.0.7 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_nagios)](https://jenkins.confdroid.com/job/cd_nagios/)| ### Synopsis Nagios is a powerful open source software solution for monitoring your IT environments. diff --git a/manifests/selinux/config.pp b/manifests/selinux/config.pp index 53b78db..ffa7381 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -52,7 +52,7 @@ class cd_nagios::selinux::config ( path => ['/usr/bin','/usr/sbin'], cwd => $ng_user_home, require => Exec['create_policy_taccgi'], - refreshonly => true, + refreshonly => true, } # sealert status.cgi @@ -70,7 +70,8 @@ class cd_nagios::selinux::config ( path => ['/usr/bin','/usr/sbin'], cwd => $ng_user_home, require => Exec['create_policy_statuscgi'], - refreshonly => true, + refreshonly => true, + notify => Service[$ng_service], } } }