File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ Default value: `$corosync::params::package_install_options`
443
443
444
444
##### <a name =" -corosync--highavailability_repo " ></a >` highavailability_repo `
445
445
446
- Data type: ` String[1 ]`
446
+ Data type: ` Optional[String ]`
447
447
448
448
Whether the module should enable the corosync service.
449
449
Original file line number Diff line number Diff line change 407
407
Optional[Variant[Stdlib::Absolutepath, Enum[' off' ]]] $watchdog_device = undef ,
408
408
Enum[' pcs' , ' crm' ] $provider = ' pcs' ,
409
409
String $pcs_version = ' ' , # lint:ignore:params_empty_string_assignment
410
- String[1 ] $highavailability_repo = undef ,
410
+ Optional[String ] $highavailability_repo = undef ,
411
411
) inherits corosync::params {
412
412
if $set_votequorum and (empty($quorum_members ) and empty($multicast_address ) and !$cluster_name ) {
413
413
fail(' set_votequorum is true, so you must set either quorum_members, or one of multicast_address or cluster_name.' )
You can’t perform that action at this time.
0 commit comments