Skip to content

Commit

Permalink
fix: wait for cloud-init to complete prior to installing packages dur…
Browse files Browse the repository at this point in the history
…ing Perforce Helix Core AMI creation (aws-games#193)

Fixes aws-games#192
  • Loading branch information
jorisdon authored Aug 15, 2024
1 parent adaf4d7 commit 9394df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/packer/perforce/helix-core/perforce.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ build {

provisioner "shell" {
inline = [
"cloud-init status --wait",
"sudo dnf install -y git sendmail nfs-utils s-nail unzip cronie"
]
}
Expand Down

0 comments on commit 9394df7

Please sign in to comment.