Skip to content

Commit dd9cb5d

Browse files
Doninelli DavideDoninelli Davide
authored andcommitted
set optional highavailability_repo param
1 parent ea50560 commit dd9cb5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Default value: `$corosync::params::package_install_options`
443443

444444
##### <a name="-corosync--highavailability_repo"></a>`highavailability_repo`
445445

446-
Data type: `String[1]`
446+
Data type: `Optional[String]`
447447

448448
Whether the module should enable the corosync service.
449449

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
Optional[Variant[Stdlib::Absolutepath, Enum['off']]] $watchdog_device = undef,
408408
Enum['pcs', 'crm'] $provider = 'pcs',
409409
String $pcs_version = '', # lint:ignore:params_empty_string_assignment
410-
String[1] $highavailability_repo = undef,
410+
Optional[String] $highavailability_repo = undef,
411411
) inherits corosync::params {
412412
if $set_votequorum and (empty($quorum_members) and empty($multicast_address) and !$cluster_name) {
413413
fail('set_votequorum is true, so you must set either quorum_members, or one of multicast_address or cluster_name.')

0 commit comments

Comments
 (0)