fix: enabled qemu guest agent for template
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Successful in 1m6s

This commit is contained in:
2026-05-29 12:36:58 +02:00
parent 7a397467c3
commit 3b356aa823
+1 -1
View File
@@ -78,7 +78,7 @@ const templateSettings = {
networkDevices: [{ bridge: "vmbr0", model: "virtio" }],
serialDevices: [{}],
vga: { type: "serial0" },
agent: { enabled: false },
agent: { enabled: true },
};
const pveTemplate = new proxmox.VmLegacy(