From 451dcbc8b84a8039998561b9b0d3ab382475cd0b Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Tue, 28 Oct 2025 13:38:27 +0100 Subject: [PATCH] Recommit for updates in build 94 --- doc/puppet_classes/puppet_cd_3A_3Aparams.html | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Aparams.html b/doc/puppet_classes/puppet_cd_3A_3Aparams.html index f36994c..c7f666c 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Aparams.html +++ b/doc/puppet_classes/puppet_cd_3A_3Aparams.html @@ -994,6 +994,24 @@ +
  • + + pt_soft_write_failure + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    whether to allow soft_write_failure

    +
    + +
  • +
  • pt_puppetdb_pkg @@ -1018,7 +1036,6 @@
     
     
    -58
     59
     60
     61
    @@ -1131,10 +1148,12 @@
     168
     169
     170
    -171
    +171 +172 +173 -
    # File 'manifests/params.pp', line 58
    +        
    # File 'manifests/params.pp', line 59
     
     class puppet_cd::params (
     
    @@ -1191,6 +1210,7 @@ class puppet_cd::params (
     
     # puppetdb
       String $pt_ssl_port               = '8081',
    +  Boolean $pt_soft_write_failure    = false,
     
     # r10k
       Boolean $pt_use_r10k              = false,