summaryrefslogtreecommitdiffstats
path: root/ubuntu-16.04-amd64.json
diff options
context:
space:
mode:
authorJonathan Bauer2018-02-19 18:18:41 +0100
committerJonathan Bauer2018-02-19 18:18:41 +0100
commitedff93243eb7c3dc65512a2d65c57a4ce8db2b0b (patch)
tree88aad106359c503031a083e1aac2449777c7ab6b /ubuntu-16.04-amd64.json
parentMakefile: fix ROOTPW check (diff)
downloadpacker-templates-edff93243eb7c3dc65512a2d65c57a4ce8db2b0b.tar.gz
packer-templates-edff93243eb7c3dc65512a2d65c57a4ce8db2b0b.tar.xz
packer-templates-edff93243eb7c3dc65512a2d65c57a4ce8db2b0b.zip
[ubuntu-16.04] remove manifest since we do not use it
Diffstat (limited to 'ubuntu-16.04-amd64.json')
-rw-r--r--ubuntu-16.04-amd64.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/ubuntu-16.04-amd64.json b/ubuntu-16.04-amd64.json
index 1202d4b..9402c73 100644
--- a/ubuntu-16.04-amd64.json
+++ b/ubuntu-16.04-amd64.json
@@ -133,9 +133,5 @@
"memsize": "{{ user `memory` }}",
"numvcpus": "{{ user `cpus` }}"
}
- }],
- "post-processors": [{
- "type": "manifest",
- "output": "{{ user `output_directory` }}/manifest.json"
}]
}