Initial commit

This commit is contained in:
2023-10-12 10:51:18 +02:00
commit 5368205cb8
8 changed files with 403 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Build Definition to create the VM Template
build {
sources = ["source.proxmox-iso.debian-12-bookworm-cloudinit-template"]
provisioner "file" {
destination = "/etc/cloud/cloud.cfg"
source = "cloudinit/cloud.cfg"
}
provisioner "file" {
destination = "/etc/cloud/cloud.cfg.d/99-pve.cfg"
source = "cloudinit/99-pve.cfg"
}
}