From 295b4faa83b68a53d0478c667a840f90f3e71090 Mon Sep 17 00:00:00 2001 From: goffinet Date: Sun, 20 Oct 2024 20:46:56 +0200 Subject: [PATCH] add rocky9 to test --- rocky9.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocky9.pkr.hcl b/rocky9.pkr.hcl index 83659c0..15b6d74 100644 --- a/rocky9.pkr.hcl +++ b/rocky9.pkr.hcl @@ -40,7 +40,7 @@ variable "headless" { variable "iso_checksum" { type = string - default = "file:https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.4-x86_64-boot.iso.CHECKSUM " + default = "file:https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.4-x86_64-boot.iso.CHECKSUM" } variable "iso_url" {