diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
commit | 1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 (patch) | |
tree | 95b1618e62c971265f1df55131e1a784d2e3d873 /packer/ubuntu-server-noble | |
parent | 8af7efa1e03c1d37cf34197249e487348d382d82 (diff) |
Also changes the id of the packer images,
now starting at the "end" (999), while VMs start at 100
Diffstat (limited to 'packer/ubuntu-server-noble')
-rw-r--r-- | packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl b/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl index a70e1d9..a9f608e 100644 --- a/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl +++ b/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl @@ -28,7 +28,7 @@ source "proxmox-iso" "ubuntu-server-noble-24-04-1-amd64" { # VM General Settings node = "pve" - vm_id = "101" + vm_id = "998" vm_name = "ubuntu-server-noble-24-04-1-amd64" template_description = "Ubuntu Server Noble 24.04.1 amd64" |