From b72a1fb5e3b47ae3a09663b8fea8855fae1bc73c Mon Sep 17 00:00:00 2001 From: Andreas Pfaffeneder Date: Mon, 14 Jun 2021 10:50:13 +0000 Subject: [PATCH 1/2] fix parameter description --- manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index ac0f2252..43e89dc2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -312,9 +312,10 @@ # one processor on receipt of the token. The max_messages parameter is limited # to 256000 / netmtu to prevent overflow of the kernel transmit buffers. # -# @param test_corosync_config -# Whether we should test new configuration files with `corosync -t`. -# (requires corosync 2.3.4) +# @param config_validate_cmd +# Override the default check-command: +# Default for Corosync 2.x: '/usr/bin/env COROSYNC_MAIN_CONFIG_FILE=% /usr/sbin/corosync -t' +# Override example for 3.x: '/usr/sbin/corosync -t -c %' # # @param test_corosync_config_cmd # Override the standard config_validate_cmd which only works for corosync 2.x. From 1a0516b13ca2330c47ef2fbc8956a5cd3655313a Mon Sep 17 00:00:00 2001 From: Andreas Pfaffeneder Date: Mon, 14 Jun 2021 11:45:28 +0000 Subject: [PATCH 2/2] fix parameter description --- manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 43e89dc2..300def2b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -312,14 +312,15 @@ # one processor on receipt of the token. The max_messages parameter is limited # to 256000 / netmtu to prevent overflow of the kernel transmit buffers. # +# @param test_corosync_config +# Whether we should test new configuration files with `corosync -t`. +# (requires corosync 2.3.4) +# # @param config_validate_cmd # Override the default check-command: # Default for Corosync 2.x: '/usr/bin/env COROSYNC_MAIN_CONFIG_FILE=% /usr/sbin/corosync -t' # Override example for 3.x: '/usr/sbin/corosync -t -c %' # -# @param test_corosync_config_cmd -# Override the standard config_validate_cmd which only works for corosync 2.x. -# # @param watchdog_device # Watchdog device to use, for example '/dev/watchdog' or 'off'. # Its presence (or lack thereof) shifted with corosync versions.