Skip to content

Commit

Permalink
Merge pull request #16 from bastelfreak/docs3
Browse files Browse the repository at this point in the history
Fix Typo in $listener data
  • Loading branch information
bastelfreak authored Nov 2, 2022
2 parents c6a1b8a + bf964cc commit 80a4695
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 @@ -97,7 +97,7 @@
Optional[Boolean] $manage_service_file = $vault::params::manage_service_file,
Hash $storage = { 'file' => { 'path' => '/var/lib/vault' } },
$manage_storage_dir = false,
Variant[Hash, Array[Hash]] $listener = { 'tcp' => { 'addresse' => '127.0.0.1:8200', 'tls_disable' => 1 }, },
Variant[Hash, Array[Hash]] $listener = { 'tcp' => { 'address' => '127.0.0.1:8200', 'tls_disable' => 1 }, },
Optional[Hash] $ha_storage = undef,
Optional[Hash] $seal = undef,
Optional[Boolean] $disable_cache = undef,
Expand Down

0 comments on commit 80a4695

Please sign in to comment.