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

Commit f69672c

Browse files
committed
Remove boto and pip installation
c.f. hashicorp/terraform-aws-vault#116
1 parent 68b9b94 commit f69672c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/install-vault/install-vault

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ function install_dependencies {
174174

175175
if $(has_apt_get); then
176176
sudo apt-get update -y
177-
sudo apt-get install -y awscli curl unzip jq python-pip
177+
sudo apt-get install -y awscli curl unzip jq
178178
install_supervisord_debian
179-
LC_ALL=C && sudo pip install boto3
180179
elif $(has_yum); then
181180
sudo yum update -y
182181
sudo yum install -y awscli curl unzip jq

0 commit comments

Comments
 (0)