From ed0f1a8d0e69bf935cb375bfe57c2d94778844fe Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Fri, 28 Jul 2017 15:40:09 +0200 Subject: [PATCH] recommit for updates in build 4 --- CHANGELOG.md | 14 +- REPOSTRUCTURE.md | 29 ++- doc/_index.html | 6 +- doc/file.README.html | 2 +- doc/index.html | 2 +- doc/puppet_class_list.html | 8 +- doc/puppet_classes/cd_nrpe.html | 2 +- .../cd_nrpe_3A_3Amain_3A_3Aconfig.html | 4 +- .../cd_nrpe_3A_3Amain_3A_3Ainstall.html | 2 +- .../cd_nrpe_3A_3Amainn_3A_3Auser.html | 205 ++++++++++++++++++ doc/puppet_classes/cd_nrpe_3A_3Aparams.html | 4 +- doc/top-level-namespace.html | 2 +- 12 files changed, 260 insertions(+), 20 deletions(-) create mode 100644 doc/puppet_classes/cd_nrpe_3A_3Amainn_3A_3Auser.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a51ce..3aa8592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,19 @@ Changelog of Git Changelog.

No issue

-2b52108c23634b2 Arne Teuke 2017-07-28 13:08:13 +776627c29ee3daf Arne Teuke 2017-07-28 13:36:35

-

initial commit

+

fixed typo

+ +

+f508f7e8df75a2e Jenkins Server 2017-07-28 13:36:18 +

+

recommit for updates in build 3

+ +

+fa445ac70ffe088 Arne Teuke 2017-07-28 13:35:33 +

+

fixed typo

diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md index 904740e..bc1ad8f 100644 --- a/REPOSTRUCTURE.md +++ b/REPOSTRUCTURE.md @@ -1,4 +1,25 @@ . +|-- doc +| |-- css +| | |-- common.css +| | |-- full_list.css +| | `-- style.css +| |-- js +| | |-- app.js +| | |-- full_list.js +| | `-- jquery.js +| |-- puppet_classes +| | |-- cd_nrpe_3A_3Amain_3A_3Aconfig.html +| | |-- cd_nrpe_3A_3Amain_3A_3Ainstall.html +| | |-- cd_nrpe_3A_3Aparams.html +| | |-- cd_nrpe_3A_3Auser.html +| | `-- cd_nrpe.html +| |-- file.README.html +| |-- frames.html +| |-- _index.html +| |-- index.html +| |-- puppet_class_list.html +| `-- top-level-namespace.html |-- manifests | |-- main | | |-- config.pp @@ -6,10 +27,14 @@ | | `-- user.pp | |-- init.pp | `-- params.pp +|-- tests +| `-- UTF_Files +|-- CHANGELOG.md |-- Gemfile |-- Gemfile.lock |-- Jenkinsfile |-- LICENSE -`-- README.md +|-- README.md +`-- REPOSTRUCTURE.md -2 directories, 10 files +7 directories, 30 files diff --git a/doc/_index.html b/doc/_index.html index 2b35f94..f57f60c 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -84,12 +84,12 @@
  • - cd_nrpe::params + cd_nrpe::mainn::user
  • - cd_nrpe::user + cd_nrpe::params
  • @@ -122,7 +122,7 @@ diff --git a/doc/file.README.html b/doc/file.README.html index a30c950..6152317 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -227,7 +227,7 @@ environments.

    diff --git a/doc/index.html b/doc/index.html index 889f384..1f357aa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -227,7 +227,7 @@ environments.

    diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index bdc24e5..676dc00 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -57,16 +57,16 @@ -
  • +
  • -
  • +
  • diff --git a/doc/puppet_classes/cd_nrpe.html b/doc/puppet_classes/cd_nrpe.html index 7eeb4b1..5d53b83 100644 --- a/doc/puppet_classes/cd_nrpe.html +++ b/doc/puppet_classes/cd_nrpe.html @@ -140,7 +140,7 @@ class cd_nrpe { diff --git a/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Aconfig.html index ba59bc2..c114e4e 100644 --- a/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Aconfig.html @@ -146,7 +146,7 @@ class cd_nrpe::main::config ( ) inherits cd_nrpe::params { - include cd_nrpe::user + include cd_nrpe::main::user } @@ -156,7 +156,7 @@ class cd_nrpe::main::config ( diff --git a/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Ainstall.html index 53b2038..234794b 100644 --- a/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/cd_nrpe_3A_3Amain_3A_3Ainstall.html @@ -162,7 +162,7 @@ class cd_nrpe::main::install ( diff --git a/doc/puppet_classes/cd_nrpe_3A_3Amainn_3A_3Auser.html b/doc/puppet_classes/cd_nrpe_3A_3Amainn_3A_3Auser.html new file mode 100644 index 0000000..b8a5ec7 --- /dev/null +++ b/doc/puppet_classes/cd_nrpe_3A_3Amainn_3A_3Auser.html @@ -0,0 +1,205 @@ + + + + + + + Puppet Class: cd_nrpe::mainn::user + + — Documentation by YARD 0.9.9 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: cd_nrpe::mainn::user

    +
    + +
    +
    Inherits:
    +
    cd_nrpe::params
    +
    + + +
    +
    Defined in:
    +
    + manifests/main/user.pp +
    +
    +
    + +

    Summary

    + Class manages service users for cd_nrpe. + +

    Overview

    +
    +
    + +

    cd_nrpe::main::user.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 + <service / +purpose> + 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/.

    + +
    +
    +
    + + +
    + + + + + +
    +
    +
    +
    +24
    +25
    +26
    +27
    +28
    +29
    +30
    +31
    +32
    +33
    +34
    +35
    +36
    +37
    +38
    +39
    +40
    +41
    +42
    +43
    +44
    +45
    +46
    +47
    +48
    +49
    +50
    +
    +
    # File 'manifests/main/user.pp', line 24
    +
    +class cd_nrpe::mainn::user (
    +
    +) inherits cd_nrpe::params {
    +
    +  require cd_nrpe::main::install
    +
    +  group { $ne_user:
    +    ensure          =>  present,
    +    name            =>  $ne_user,
    +    gid             =>  $ne_user_uid,
    +    allowdupe       =>  false,
    +  }
    +
    +  user {  $ne_user:
    +    ensure          =>  present,
    +    name            =>  $ne_user,
    +    allowdupe       =>  false,
    +    comment         =>  $ne_user_comment,
    +    uid             =>  $ne_user_uid,
    +    gid             =>  $ne_user,
    +    groups          =>  $ne_user_groups,
    +    managehome      =>  true,
    +    home            =>  $ne_user_home,
    +    shell           =>  $ne_user_shell,
    +    require         =>  Group[$ne_user],
    +  }
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/cd_nrpe_3A_3Aparams.html b/doc/puppet_classes/cd_nrpe_3A_3Aparams.html index f6fdc24..52354a6 100644 --- a/doc/puppet_classes/cd_nrpe_3A_3Aparams.html +++ b/doc/puppet_classes/cd_nrpe_3A_3Aparams.html @@ -67,7 +67,7 @@
    Inherited by:
    - cd_nrpe::user
    + cd_nrpe::mainn::user
    cd_nrpe::main::config
    @@ -300,7 +300,7 @@ $reqpackages = $::operatingsystem ? { diff --git a/doc/top-level-namespace.html b/doc/top-level-namespace.html index 4ebbef3..c56c648 100644 --- a/doc/top-level-namespace.html +++ b/doc/top-level-namespace.html @@ -90,7 +90,7 @@