From e822a15d8eec19d08652e2fad76e7b0bcc4f4787 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 09:30:48 +0100 Subject: [PATCH] remove unused lines --- data/QuickAndDirty/test.pkr.hcl | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index eb59086..37c3139 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -2,9 +2,6 @@ packer { } source "proxmox" "ubuntu" { -# image = "ubuntu:focal" -# proxmox_url = "http:/192.168.111.34:8006/api2/json" -# commit = true proxmox_url = "https://192.168.111.34:8006/api2/json" node = "grosnoeud" iso_file = "ISOS:iso/ubuntu-20.04.3-live-server-amd64.iso"