Skip to content

Commit

Permalink
Merge pull request #517 from voxpupuli/stdlib
Browse files Browse the repository at this point in the history
Allow stdlib 8.0.0
  • Loading branch information
bastelfreak authored Aug 26, 2021
2 parents 77a6556 + d3f1687 commit b1198eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
Enum['first','last'] $manage_pcsd_auth_node = 'first',
Boolean $manage_quorum_device = false,
Optional[Stdlib::Fqdn] $quorum_device_host = undef,
Optional[Corosync::QuorumAlgorithm] $quorum_device_algorithm = 'ffsplit',
Corosync::QuorumAlgorithm $quorum_device_algorithm = 'ffsplit',
Optional[String] $package_quorum_device = $corosync::params::package_quorum_device,
Optional[Sensitive[String]] $sensitive_quorum_device_password = undef,
Optional[String[1]] $cluster_name = undef,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 8.0.0"
"version_requirement": ">= 4.25.0 < 9.0.0"
}
],
"tags": [
Expand Down

0 comments on commit b1198eb

Please sign in to comment.