3
0
This commit is contained in:
Arne Teuke
2025-10-28 13:37:12 +01:00
parent a85a9386f2
commit a1f43ee381

View File

@@ -54,6 +54,7 @@
# @param [Boolean] pt_manage_user whether to manage the puppet user
# @param [String] pt_r10k_webhook_port the port for the webhook listener
# @param [String] pt_ssl_port the port for the puppetdb ssl port
# @param [Boolean] pt_soft_write_failure whether to allow soft_write_failure
###############################################################################
class puppet_cd::params (
@@ -110,6 +111,7 @@ class puppet_cd::params (
# puppetdb
String $pt_ssl_port = '8081',
Boolean $pt_soft_write_failure = false,
# r10k
Boolean $pt_use_r10k = false,