add missing marameter - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
# @param [Boolean] pt_manage_user whether to manage the puppet user
|
# @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_r10k_webhook_port the port for the webhook listener
|
||||||
# @param [String] pt_ssl_port the port for the puppetdb ssl port
|
# @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 (
|
class puppet_cd::params (
|
||||||
|
|
||||||
@@ -110,6 +111,7 @@ class puppet_cd::params (
|
|||||||
|
|
||||||
# puppetdb
|
# puppetdb
|
||||||
String $pt_ssl_port = '8081',
|
String $pt_ssl_port = '8081',
|
||||||
|
Boolean $pt_soft_write_failure = false,
|
||||||
|
|
||||||
# r10k
|
# r10k
|
||||||
Boolean $pt_use_r10k = false,
|
Boolean $pt_use_r10k = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user