Skip to content

Commit

Permalink
fix centos url
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof authored Jan 3, 2025
1 parent eece1cd commit 6447f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/centos-iso/source.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "nutanix" "centos" {

vm_disks {
image_type = "ISO_IMAGE"
source_image_uri = "http://fr2.rpmfind.net/linux/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2009.iso"
source_image_uri = "https://vault.centos.org/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2009.iso"
}

vm_disks {
Expand Down

0 comments on commit 6447f21

Please sign in to comment.