summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--centos-7.3-x86_64.json4
-rw-r--r--ubuntu-16.04-amd64.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/centos-7.3-x86_64.json b/centos-7.3-x86_64.json
index e3ec622..28277b8 100644
--- a/centos-7.3-x86_64.json
+++ b/centos-7.3-x86_64.json
@@ -87,5 +87,9 @@
"memsize": "{{ user `memory` }}",
"numvcpus": "{{ user `cpus` }}"
}
+ }],
+ "post-processors": [{
+ "type": "manifest",
+ "output": "manifest.json"
}]
}
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"
}]
}