We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a342191 commit b51e90eCopy full SHA for b51e90e
cookbooks/mongodb/attributes/default.bash
@@ -1,6 +1,6 @@
1
#!/bin/bash -e
2
3
-export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.2.tgz'
+export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.3.tgz'
4
5
export MONGODB_INSTALL_FOLDER_PATH='/opt/mongodb'
6
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"
cookbooks/vault/attributes/default.bash
@@ -1,5 +1,5 @@
-export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.3/vault_0.9.3_linux_amd64.zip'
+export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.4/vault_0.9.4_linux_amd64.zip'
export VAULT_INSTALL_FOLDER_PATH='/opt/vault'
0 commit comments