refactor: move Packer templates to top-level packer/ directory
This commit is contained in:
9
packer/ubuntu-24.04/ubuntu-24.04.pkrvars.hcl
Normal file
9
packer/ubuntu-24.04/ubuntu-24.04.pkrvars.hcl
Normal file
@@ -0,0 +1,9 @@
|
||||
##################################################################################
|
||||
# VARIABLES
|
||||
##################################################################################
|
||||
|
||||
# ISO Objects
|
||||
|
||||
iso_file = "ubuntu-24.04.3-live-server-amd64.iso"
|
||||
iso_checksum = "c3514bf0056180d09376462a7a1b4f213c1d6e8ea67fae5c25099c6fd3d8274b"
|
||||
iso_checksum_type = "sha256"
|
||||
Reference in New Issue
Block a user