Skip to content

Commit b51e90e

Browse files
committed
update version
1 parent a342191 commit b51e90e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/mongodb/attributes/default.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.2.tgz'
3+
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.3.tgz'
44

55
export MONGODB_INSTALL_FOLDER_PATH='/opt/mongodb'
66
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
22

3-
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.3/vault_0.9.3_linux_amd64.zip'
3+
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.4/vault_0.9.4_linux_amd64.zip'
44

55
export VAULT_INSTALL_FOLDER_PATH='/opt/vault'

0 commit comments

Comments
 (0)