Skip to content

Commit

Permalink
fix: avoid race condition with cloud-init
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Jun 3, 2019
1 parent 80fe124 commit a7d8788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AWS/private-18-04.json
Expand Up @@ -7,6 +7,8 @@
{
"type": "shell",
"inline": [
"set -x",
"echo Waiting for cloud-init to finish; /usr/bin/cloud-init status --wait",
"sudo apt-get -y update",
"sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\" dist-upgrade",
"sudo apt-get -y install git build-essential golang-go",
Expand Down

0 comments on commit a7d8788

Please sign in to comment.