From 454ef7237a2549d7fdbc1468b5a6b2d961438c16 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 15 Jul 2024 15:28:33 +0200 Subject: [PATCH] [ubuntu24] feat: remove siempie special variables --- ubuntu24/packer.pkr.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu24/packer.pkr.hcl b/ubuntu24/packer.pkr.hcl index c517df6..21b23ac 100644 --- a/ubuntu24/packer.pkr.hcl +++ b/ubuntu24/packer.pkr.hcl @@ -9,7 +9,7 @@ packer { variable "proxmox_iso_pool" { type = string - default = "cracky-fs-images:iso" + default = "" } variable "proxmox_node" { @@ -29,7 +29,7 @@ variable "proxmox_storage_format" { variable "proxmox_storage_pool" { type = string - default = "cracky-fs" + default = "" } variable "proxmox_storage_pool_type" { @@ -54,7 +54,7 @@ variable "template_description" { variable "template_name" { type = string - default = "template.test.siempie.internal" + default = "ubuntu.template.siempie.internal" } variable "ubuntu_image" {