From eb4176afa9e579b1bb83de010582c6d10fad7f6c Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Thu, 12 Apr 2018 12:52:18 +0200
Subject: [PATCH 1/9] recommit for updates in build 1
---
CHANGELOG.md | 223 ++++++++++--------
REPOSTRUCTURE.md | 67 ------
doc/_index.html | 8 +-
doc/css/style.css | 7 +
doc/file.README.html | 21 +-
doc/frames.html | 2 +-
doc/index.html | 21 +-
doc/puppet_classes/cd_nrpe.html | 6 +-
...e_3A_3Acommands_3A_3Adefinition_rules.html | 6 +-
.../cd_nrpe_3A_3Afirewall_3A_3Aiptables.html | 6 +-
.../cd_nrpe_3A_3Amain_3A_3Aconfig.html | 6 +-
.../cd_nrpe_3A_3Amain_3A_3Adirs.html | 6 +-
.../cd_nrpe_3A_3Amain_3A_3Afiles.html | 6 +-
.../cd_nrpe_3A_3Amain_3A_3Ainstall.html | 6 +-
.../cd_nrpe_3A_3Amain_3A_3Aservice.html | 6 +-
.../cd_nrpe_3A_3Amain_3A_3Auser.html | 6 +-
doc/puppet_classes/cd_nrpe_3A_3Aparams.html | 6 +-
.../cd_nrpe_3A_3Aselinux_3A_3Aconfig.html | 6 +-
...d_nrpe_3A_3Acommands_3A_3Adefinitions.html | 6 +-
doc/top-level-namespace.html | 6 +-
tests/UTF_Files | 1 +
21 files changed, 180 insertions(+), 248 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e837a1..7383c35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,502 +8,527 @@ Changelog of Git Changelog.
No issue
-fb0875786c496b8 Jenkins Server 2017-07-30 18:45:56
+4039dedace9d0c2 Jenkins Server 2017-07-30 20:29:53
+
+
recommit for updates in build 63
+
+
+Documentation by YARD 0.9.9
+
Documentation by YARD 0.9.12
Alphabetic Index
@@ -176,9 +176,7 @@
diff --git a/doc/css/style.css b/doc/css/style.css
index f682a69..57e8f9d 100644
--- a/doc/css/style.css
+++ b/doc/css/style.css
@@ -484,6 +484,13 @@ pre.code .rubyid_backref,
pre.code .rubyid_nth_ref { color: #6D79DE; }
pre.code .regexp, .dregexp { color: #036A07; }
pre.code a { border-bottom: 1px dotted #bbf; }
+/* inline code */
+p > code {
+ padding: 1px 3px 1px 3px;
+ border: 1px solid #E1E1E8;
+ background: #F7F7F9;
+ border-radius: 4px;
+}
/* Color fix for links */
#content .summary_desc pre.code .id > .object_link a, /* identifier */
diff --git a/doc/file.README.html b/doc/file.README.html
index e4b001b..ae49e41 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -6,7 +6,7 @@
File: README
- — Documentation by YARD 0.9.9
+ — Documentation by YARD 0.9.12
@@ -62,7 +62,7 @@
Status|
|---|---|---|---|
|
cd_nrpe| 0.0.1.1 |
{Build
+href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_nrpe">{Build
Status/]|
Synopsis
@@ -88,7 +88,7 @@ production!!! __**
Features
Repo
+href="https://gitlab.confdroid.com/12WW1160/cd_nrpe/blob/master/REPOSTRUCTURE.md">Repo
Structure
Repo Documention
@@ -114,7 +114,7 @@ Structure
Tests
Changelog
+href="https://gitlab.confdroid.com/12WW1160/cd_nrpe/blob/master/CHANGELOG.md">Changelog
Contact Us
@@ -158,19 +158,18 @@ rule exceptions (optional)
All dependencies must be included in the catalogue.
@@ -357,9 +356,7 @@ environments.
diff --git a/doc/frames.html b/doc/frames.html
index 0cb1371..42ca6b6 100644
--- a/doc/frames.html
+++ b/doc/frames.html
@@ -2,7 +2,7 @@
+
+
+
Puppet Class: cd_nrpe::main::exec
+
+
+
+ - Inherits:
+ - cd_nrpe::params
+
+
+
+
+ - Defined in:
+ -
+ manifests/main/exec.pp
+
+
+
+
+
Summary
+ Class manages execs for cde_nrpe.
+
+
Overview
+
+
+
+
cd_nrpe::main::exec.pp Module name: cd_nrpe Author: Arne Teuke
+(arne_teuke@ConfDroid.com)
+
+
License:
+
+
This file is part of cd_nrpe.
+
+
cd_nrpe is used for providing automatic configuration of NRPE. Copyright
+(C) 2016 ConfDroid (copyright@ConfDroid.com) This program is free
+software: you can redistribute it and/or modify it under the terms of the
+GNU General Public License as published by the Free Software Foundation,
+either version 3 of the License, or (at your option) any later version.
+
+
This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+for more details.
+
+
You should have received a copy of the GNU General Public License along
+with this program. If not, see www.gnu.org/licenses/.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+23
+24
+25
+26
+27
+28
+29
+ |
+
+ # File 'manifests/main/exec.pp', line 23
+
+class cd_nrpe::main::exec (
+
+) inherits cd_nrpe::params {
+
+ # allow sudo
+
+}
+ |
+
+
+
+
+
+
+
+
+
+