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

Commit 9ca5e36

Browse files
committed
Add Pip and boto installation to Packer template
1 parent f69672c commit 9ca5e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/vault-consul-ami/vault-consul.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
},{
9999
"type": "shell",
100100
"inline": [
101-
"sudo apt-get install -y git"
101+
"sudo apt-get install -y git python-pip",
102+
"LC_ALL=C && sudo pip install boto3"
102103
],
103104
"only": ["ubuntu16-ami"]
104105
},{

0 commit comments

Comments
 (0)