diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 893f05e..89259e5 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -1,17 +1,18 @@ { "variables" : { - "id" : "" + "id" : "", "description" : "", "name" : "" }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": { "description": "{{ user `description`}}" + } } } ],