From cfcd67e63ae3c92ebb1315840183fa47b6f67c71 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sat, 29 Dec 2018 19:37:04 +0100 Subject: [PATCH] recommit for updates in build 15 --- CHANGELOG.md | 10 ++ REPOSTRUCTURE.md | 3 +- doc/_index.html | 5 + doc/puppet_class_list.html | 9 +- .../cd_haproxy_3A_3Amain_3A_3Aconfig.html | 4 +- .../cd_haproxy_3A_3Aparams.html | 2 + ...d_haproxy_3A_3Aserver_3A_3Aproxy_test.html | 157 ++++++++++++++++++ .../cd_haproxy_3A_3Aserver_3A_3Aproxy.html | 4 +- 8 files changed, 189 insertions(+), 5 deletions(-) create mode 100644 doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 8781d9f..abdb77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.

No issue

+df9f3ad3eface58 Jenkins ConfDroid 2018-12-29 18:21:11 +

+

recommit for updates in build 13

+ +

+4fe6d7d42f3e298 Arne Teuke 2018-12-29 18:20:35 +

+

adding template for testing

+ +

e947028d184999c Jenkins ConfDroid 2018-12-24 15:51:39

recommit for updates in build 12

diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md index 0426fe4..f840568 100644 --- a/REPOSTRUCTURE.md +++ b/REPOSTRUCTURE.md @@ -38,6 +38,7 @@ | | `-- user.pp | |-- server | | |-- proxy.pp +| | |-- proxy_test.pp | | `-- service.pp | |-- init.pp | `-- params.pp @@ -56,4 +57,4 @@ |-- LICENSE `-- README.md -11 directories, 45 files +11 directories, 46 files diff --git a/doc/_index.html b/doc/_index.html index 87a2e7f..d590fc2 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -108,6 +108,11 @@ +
  • + cd_haproxy::server::proxy_test + +
  • +
  • cd_haproxy::server::service diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index 973d992..9016561 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -96,7 +96,14 @@
  • -
  • +
  • + +
  • + + +
  • diff --git a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html index 653cdb4..23609df 100644 --- a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html @@ -123,7 +123,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

    27 28 29 -30 +30 +31
    # File 'manifests/main/config.pp', line 24
    @@ -133,6 +134,7 @@ class cd_haproxy::main::config (
     ) inherits cd_haproxy::params {
     
       include cd_haproxy::server::service
    +  include cd_haproxy::server::proxy_test
     
     }
    diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html index 31b2ce0..5a99225 100644 --- a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html +++ b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html @@ -81,6 +81,8 @@ cd_haproxy::firewall::iptables
    + cd_haproxy::server::proxy_test
    + diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html b/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html new file mode 100644 index 0000000..79c9930 --- /dev/null +++ b/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html @@ -0,0 +1,157 @@ + + + + + + + Puppet Class: cd_haproxy::server::proxy_test + + — Documentation by YARD 0.9.16 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: cd_haproxy::server::proxy_test

    +
    + +
    +
    Inherits:
    +
    cd_haproxy::params
    +
    + + +
    +
    Defined in:
    +
    + manifests/server/proxy_test.pp +
    +
    +
    + +

    Summary

    + Define manages the proxies for cd_haproxy. + +

    Overview

    +
    +
    + +

    cd_haproxy::server::proxy_test.pp Module name: cd_haproxy Author: Arne +Teuke (arne_teuke@ConfDroid.com)

    + +

    License:

    + +

    This file is part of cd_haproxy.

    + +

    cd_haproxy is used for providing automatic configuration of HAProxy +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
    +30
    +31
    +
    +
    # File 'manifests/server/proxy_test.pp', line 23
    +
    +class cd_haproxy::server::proxy_test (
    +
    +) inherits cd_haproxy::params {
    +
    +  cd_haproxy::proxy { 'testing':
    +    frontend_name   =>  'test01',
    +  }
    +
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html b/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html index 28741ee..829f1c1 100644 --- a/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html +++ b/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html @@ -133,7 +133,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

    (string) - (defaults to: undef) + (defaults to: '010') — @@ -178,7 +178,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

    define cd_haproxy::server::proxy ( $frontend_name = undef, -$frontend_order = undef, +$frontend_order = '010', ) {