diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index c9e01e3..a57953e 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -1,19 +1,14 @@ { - "variables" : { - "id" : "84127ecc-6892-4c63-8860-16a4f491fe4c" - "description" : "This is a default empty Ubuntu 20.04 (\"Focal Fossa\") Runtime provided as LXD container.", - "name" : "focal-fossa", - }, - "builders": [ - { - "type": "{{ user `type` }}", - "name": "{{ user `name`}} ", - "image": "ubuntu:20.04", - "output_image": "{{ user `name` }}:{{user `id`}}", - "publish_properties": { - "description": "{{ user `description`}}" - } - } + "builders": [ + { + "type": "{{ user `type` }}", + "name": "{{ user `name`}} ", + "image": "ubuntu:20.04", + "output_image": "{{ user `name` }}:{{user `id`}}", + "publish_properties": { + "description": "{{ user `description`}}" + } + } ], "provisioners": [], "post-processors": []