From 93b47c0f012bb712a67f8bdb93818443c806174a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Jul 2017 20:34:53 +0100 Subject: [PATCH] updating README --- README.md | 6 ++---- manifests/selinux/config.pp | 5 +---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index da046c6..41e1f5e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Nagios is a powerful open source software solution for monitoring your IT enviro * [Parameters](#parameters) * [Mandatory Parameters](#mandatory-parameters) * [Optional Parameters](#optional-parameters) -* [PuppetDB] +* [PuppetDB](#puppetdb) * [SELINUX](#selinux) * [Certbot](#certbot) * [Httpd vHost Files](#httpd-vhost-files) @@ -44,8 +44,7 @@ Installation: * Nagios clients: * install client binaries like nagios plugins etc. - * install NRPE (optional) - + * include NRPE via `cd_nrpe` (optional) Configuration * configure all aspects of Nagios on server @@ -69,7 +68,6 @@ Configuration Service * manage Nagios service on server -* manage NRPE service on clients (optional) Monitoring * monitor Nagios host diff --git a/manifests/selinux/config.pp b/manifests/selinux/config.pp index cf3234a..1820fc0 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -18,8 +18,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# @summary Class manages all aspects of configuring the module logic for -# cd_nagios. +# @summary Class manages all aspects of selinux for cd_nagios. ############################################################################## class cd_nagios::selinux::config ( @@ -111,7 +110,5 @@ class cd_nagios::selinux::config ( refreshonly => true, notify => Service[$ng_service], } - - } }