Skip to content

Commit 019cdcc

Browse files
committed
Update default vault version to 1.4.2
1 parent 8a63b7c commit 019cdcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The module will **not** manage any required packages to un-archive, e.g. `unzip`
8787
* `download_dir`: Path to download the zip file to, default: `/tmp`
8888
* `manage_download_dir`: Boolean, whether or not to create the download directory, default: `false`
8989
* `download_filename`: Filename to (temporarily) save the downloaded zip file, default: `vault.zip`
90-
* `version`: The Version of vault to download. default: `1.3.2`
90+
* `version`: The Version of vault to download. default: `1.4.2`
9191
* `manage_service_file`: Will manage the service file. default: true
9292
* `manage_file_capabilities`: Will manage file capabilities of the vault binary. default: `true`
9393

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$download_url = undef
1515
$download_url_base = 'https://releases.hashicorp.com/vault/'
1616
$download_extension = 'zip'
17-
$version = '1.3.2'
17+
$version = '1.4.2'
1818
$service_name = 'vault'
1919
$num_procs = $facts['processorcount']
2020
$package_name = 'vault'

0 commit comments

Comments
 (0)