[ubuntu24] feat: remove siempie special variables
This commit is contained in:
parent
d521b63d2f
commit
454ef7237a
@ -9,7 +9,7 @@ packer {
|
|||||||
|
|
||||||
variable "proxmox_iso_pool" {
|
variable "proxmox_iso_pool" {
|
||||||
type = string
|
type = string
|
||||||
default = "cracky-fs-images:iso"
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "proxmox_node" {
|
variable "proxmox_node" {
|
||||||
@ -29,7 +29,7 @@ variable "proxmox_storage_format" {
|
|||||||
|
|
||||||
variable "proxmox_storage_pool" {
|
variable "proxmox_storage_pool" {
|
||||||
type = string
|
type = string
|
||||||
default = "cracky-fs"
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "proxmox_storage_pool_type" {
|
variable "proxmox_storage_pool_type" {
|
||||||
@ -54,7 +54,7 @@ variable "template_description" {
|
|||||||
|
|
||||||
variable "template_name" {
|
variable "template_name" {
|
||||||
type = string
|
type = string
|
||||||
default = "template.test.siempie.internal"
|
default = "ubuntu.template.siempie.internal"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ubuntu_image" {
|
variable "ubuntu_image" {
|
||||||
|
Loading…
Reference in New Issue
Block a user