Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 59d174e

Browse files
author
Vattathil
committed
Updated Vault to version 0.6.2
1 parent a723d74 commit 59d174e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

templates/quickstart-hashicorp-vault-master.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Hashicorp Consul+Vault, License: Apache 2.0 (Please do not remove) Nov,3,2016",
3+
"Description": "Hashicorp Consul+Vault, License: Apache 2.0 (Please do not remove) Nov,7,2016",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
66
"ParameterGroups": [{
@@ -90,7 +90,7 @@
9090
},
9191
"EmailAddress": {
9292
"Type": "String",
93-
"Description": "Email Address for SNS Topic. Alarms for Vault instance memory utilzation"
93+
"Description": "Email Address for SNS Topic. Alarms for Vault instance memory utilization"
9494
},
9595
"NATInstanceType": {
9696
"AllowedValues": [

templates/quickstart-hashicorp-vault.template

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "QS(0039) HashiCorp Consul License: Apache 2.0 (Please do not remove) Nov,3,2016",
3+
"Description": "QS(0039) HashiCorp Consul License: Apache 2.0 (Please do not remove) Nov,7,2016",
44
"Parameters": {
55
"KeyPair": {
66
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances",
@@ -340,7 +340,7 @@
340340
},
341341
"install_vault": {
342342
"sources": {
343-
"/usr/local/bin": "https://releases.hashicorp.com/vault/0.6.1/vault_0.6.1_linux_amd64.zip"
343+
"/usr/local/bin": "https://releases.hashicorp.com/vault/0.6.2/vault_0.6.2_linux_amd64.zip"
344344
},
345345
"files": {
346346
"/etc/vault.d/vault.hcl": {
@@ -353,8 +353,7 @@
353353
"source": "https://s3.amazonaws.com/quickstart-reference/hashicorp/vault/latest/scripts/vault-upstart.conf",
354354
"mode": "000700",
355355
"owner": "root",
356-
"group": "root",
357-
"command": "echo 'export VAULT_ADDR=http://127.0.0.1:8200' > /etc/profile.d/vault.sh"
356+
"group": "root"
358357
}
359358
},
360359
"commands": {
@@ -540,7 +539,7 @@
540539
},
541540
"install_vault": {
542541
"sources": {
543-
"/usr/local/bin": "https://releases.hashicorp.com/vault/0.6.1/vault_0.6.1_linux_amd64.zip"
542+
"/usr/local/bin": "https://releases.hashicorp.com/vault/0.6.2/vault_0.6.2_linux_amd64.zip"
544543
},
545544
"files": {
546545
"/etc/vault.d/vault.hcl": {

0 commit comments

Comments
 (0)