Skip to content

Commit

Permalink
Merge pull request #481 from Elbandi/master
Browse files Browse the repository at this point in the history
Fix authkey type: allow same type as file source
  • Loading branch information
ekohl committed May 29, 2020
2 parents e79d1b7 + d49323a commit a062493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
class corosync(
Boolean $enable_secauth = $corosync::params::enable_secauth,
Enum['file', 'string'] $authkey_source = $corosync::params::authkey_source,
Variant[Stdlib::Absolutepath,Stdlib::Base64] $authkey = $corosync::params::authkey,
Variant[Stdlib::Filesource,Stdlib::Base64] $authkey = $corosync::params::authkey,
Corosync::CryptoHash $crypto_hash = 'sha1',
Corosync::CryptoCipher $crypto_cipher = 'aes256',
Optional[Integer] $threads = undef,
Expand Down

0 comments on commit a062493

Please sign in to comment.