Skip to content

Commit

Permalink
fix: wait for cloud-init to complete prior to installing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdon committed Aug 15, 2024
1 parent 1ccb64c commit 4ea35ab
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 4ea35ab

Please sign in to comment.