summaryrefslogtreecommitdiffstats
path: root/ubuntu-16.04-amd64.json
diff options
context:
space:
mode:
authorJonathan Bauer2017-03-17 15:38:39 +0100
committerJonathan Bauer2017-03-17 15:38:39 +0100
commite48f51aa0bce89b2707b229e6b83ff491809d221 (patch)
tree4276420609949b0f04d8779a2d5b70956e261e9f /ubuntu-16.04-amd64.json
parentAdded note about how to use a different filesystem (diff)
downloadpacker-templates-e48f51aa0bce89b2707b229e6b83ff491809d221.tar.gz
packer-templates-e48f51aa0bce89b2707b229e6b83ff491809d221.tar.xz
packer-templates-e48f51aa0bce89b2707b229e6b83ff491809d221.zip
added manifest post-processors
Diffstat (limited to 'ubuntu-16.04-amd64.json')
-rw-r--r--ubuntu-16.04-amd64.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/ubuntu-16.04-amd64.json b/ubuntu-16.04-amd64.json
index 9f78f1a..1581e35 100644
--- a/ubuntu-16.04-amd64.json
+++ b/ubuntu-16.04-amd64.json
@@ -125,5 +125,9 @@
"memsize": "{{ user `memory` }}",
"numvcpus": "{{ user `cpus` }}"
}
+ }],
+ "post-processors": [{
+ "type": "manifest",
+ "output": "manifest.json"
}]
}