summaryrefslogtreecommitdiffstats
path: root/ubuntu-16.04-amd64.json
diff options
context:
space:
mode:
authorManuel Messner2018-02-12 12:29:48 +0100
committerManuel Messner2018-02-12 13:24:43 +0100
commit2760ec41a0e6b16ced44981078eb4f5e1bae3715 (patch)
treec6755f2af0529e2cd58bac918f2329298819e077 /ubuntu-16.04-amd64.json
parentMakefile: remove unneeded variable (diff)
downloadpacker-templates-2760ec41a0e6b16ced44981078eb4f5e1bae3715.tar.gz
packer-templates-2760ec41a0e6b16ced44981078eb4f5e1bae3715.tar.xz
packer-templates-2760ec41a0e6b16ced44981078eb4f5e1bae3715.zip
ubuntu-16.04-amd64.json: change output path
Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
Diffstat (limited to 'ubuntu-16.04-amd64.json')
-rw-r--r--ubuntu-16.04-amd64.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu-16.04-amd64.json b/ubuntu-16.04-amd64.json
index 99e2767..1202d4b 100644
--- a/ubuntu-16.04-amd64.json
+++ b/ubuntu-16.04-amd64.json
@@ -15,7 +15,7 @@
"iso_url": "{{ user `iso_url` }}",
"iso_checksum": "{{ user `iso_checksum` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}",
+ "output_directory": "{{ user `output_directory` }}",
"vm_name": "{{ user `vm_name` }}",
"disk_size": "{{ user `disk_size` }}",
"format": "qcow2",
@@ -57,7 +57,7 @@
"iso_url": "{{ user `iso_url` }}",
"iso_checksum": "{{ user `iso_checksum` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}",
+ "output_directory": "{{ user `output_directory` }}",
"vm_name": "{{ user `vm_name` }}",
"disk_size": "{{ user `disk_size` }}",
"headless": "{{ user `headless` }}",
@@ -98,7 +98,7 @@
"iso_url": "{{ user `iso_url` }}",
"iso_checksum": "{{ user `iso_checksum` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}",
+ "output_directory": "{{ user `output_directory` }}",
"vm_name": "{{ user `vm_name` }}",
"disk_size": "{{ user `disk_size` }}",
"headless": "{{ user `headless` }}",
@@ -136,6 +136,6 @@
}],
"post-processors": [{
"type": "manifest",
- "output": "output-{{ user `vm_name` }}-{{ build_type }}/manifest.json"
+ "output": "{{ user `output_directory` }}/manifest.json"
}]
}