Skip to content

Commit

Permalink
Fixing issue 77 (hashicorp#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhyakuna authored Nov 20, 2018
1 parent 9d19dc3 commit ae743bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions operations/aws-kms-unseal/terraform-aws/userdata.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

apt-get install -y unzip libtool libltdl-dev
apt-get install -y unzip
# apt-get install -y libtool libltdl-dev

USER="vault"
COMMENT="Hashicorp vault user"
Expand Down Expand Up @@ -119,4 +120,4 @@ export VAULT_SKIP_VERIFY=true
EOF

systemctl enable vault
systemctl start vault
systemctl start vault

0 comments on commit ae743bd

Please sign in to comment.