From 21f8a3b50a957f28f73058c7705429b54a3a7c14 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 30 Aug 2022 16:43:20 +0200 Subject: [PATCH] fixed packer --- focal-fossa/packer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 67269eb..a14e4a1 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -6,14 +6,14 @@ }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": { "description": "{{ user `description`}}" - } - } + } + } ], "provisioners": [], "post-processors": []