From dde6c78663accbf98c1987a6af82d630658c28c4 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 19 Dec 2018 16:08:40 +0100 Subject: [PATCH] recommit for updates in build 11 --- CHANGELOG.md | 10 +++ .../cd_haproxy_3A_3Aparams.html | 88 +++++++++++++++++-- .../cd_haproxy_3A_3Aserver_3A_3Aproxy.html | 6 +- 3 files changed, 94 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195d7bc..eb03f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.

No issue

+8e5168e7bd446e3 Jenkins ConfDroid 2018-12-18 15:23:43 +

+

recommit for updates in build 10

+ +

+b1bd401033fc004 Arne Teuke 2018-12-18 15:23:09 +

+

adds templates

+ +

67ebcc2a6507cdd Jenkins ConfDroid 2018-12-10 15:58:41

recommit for updates in build 9

diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html index 580d058..1aacff7 100644 --- a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html +++ b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html @@ -468,6 +468,63 @@ rsyslog forwarding supported.

which mode to use in the defaults block

+
+ + + +
  • + + hy_log_default + + + (string) + + + (defaults to: 'global') + + + — +
    +

    should be used when the instance's logging parameters are the same as +the global ones.

    +
    + +
  • + +
  • + + hy_use_httplog + + + (boolean) + + + (defaults to: true) + + + — +
    +

    whether to use httplogging option. Enable logging of HTTP request, session +state and timers

    +
    + +
  • + +
  • + + hy_use_dontlognull + + + (boolean) + + + (defaults to: true) + + + — +
    +

    Whether to enable or disable dontlognull option. true enables, false +disables.

  • @@ -475,6 +532,13 @@ rsyslog forwarding supported.

    +

    See Also:

    + +
    @@ -482,13 +546,6 @@ rsyslog forwarding supported.

     
     
    -49
    -50
    -51
    -52
    -53
    -54
    -55
     56
     57
     58
    @@ -530,10 +587,20 @@ rsyslog forwarding supported.

    94 95 96 -97
    +97 +98 +99 +100 +101 +102 +103 +104 +105 +106 +107
    -
    # File 'manifests/params.pp', line 49
    +        
    # File 'manifests/params.pp', line 56
     
     class cd_haproxy::params (
     
    @@ -565,6 +632,9 @@ $hy_user_shell        = '/sbin/nologin',
     # logging
     $hy_log_target        = '127.0.0.1',
     $hy_log_facility      = 'local2',
    +$hy_log_default       = 'global',
    +$hy_use_httplog       = true,
    +$hy_use_dontlognull   = true,
     
     ) {
     
    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 2d173ce..79aa436 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
    @@ -117,7 +117,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

    24 25 26 -27
    +27 +28 +29
    # File 'manifests/server/proxy.pp', line 23
    @@ -126,6 +128,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

    ) { + + }