Skip to content

Commit

Permalink
Update default vault version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsok committed Jan 31, 2020
1 parent 6f450ef commit 7c69e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The module will **not** manage any required packages to un-archive, e.g. `unzip`
* `download_dir`: Path to download the zip file to, default: `/tmp`
* `manage_download_dir`: Boolean, whether or not to create the download directory, default: `false`
* `download_filename`: Filename to (temporarily) save the downloaded zip file, default: `vault.zip`
* `version`: The Version of vault to download. default: `1.2.2`
* `version`: The Version of vault to download. default: `1.3.2`
* `manage_service_file`: Will manage the service file. default: true
* `manage_file_capabilities`: Will manage file capabilities of the vault binary. default: `true`

Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$download_url = undef
$download_url_base = 'https://releases.hashicorp.com/vault/'
$download_extension = 'zip'
$version = '1.2.2'
$version = '1.3.2'
$service_name = 'vault'
$num_procs = $facts['processorcount']
$package_name = 'vault'
Expand Down

0 comments on commit 7c69e1f

Please sign in to comment.