summaryrefslogtreecommitdiffstats
path: root/centos-7.3-x86_64.json
diff options
context:
space:
mode:
authorManuel Messner2018-02-12 12:30:09 +0100
committerManuel Messner2018-02-12 13:25:12 +0100
commitafb9c7f1f73aaf33f7cd80431c70d5153c3b5c9a (patch)
tree4ba752e2fb7739429d2aac51c4e5312a73fc10d1 /centos-7.3-x86_64.json
parentubuntu-16.04-amd64.json: change output path (diff)
downloadpacker-templates-afb9c7f1f73aaf33f7cd80431c70d5153c3b5c9a.tar.gz
packer-templates-afb9c7f1f73aaf33f7cd80431c70d5153c3b5c9a.tar.xz
packer-templates-afb9c7f1f73aaf33f7cd80431c70d5153c3b5c9a.zip
centos-7.3-x86_64.json: change output path
Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
Diffstat (limited to 'centos-7.3-x86_64.json')
-rw-r--r--centos-7.3-x86_64.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/centos-7.3-x86_64.json b/centos-7.3-x86_64.json
index faaddbe..8ebdda2 100644
--- a/centos-7.3-x86_64.json
+++ b/centos-7.3-x86_64.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` }}",
"format": "qcow2",
"disk_size": "{{ user `disk_size` }}",
@@ -44,7 +44,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` }}",
@@ -71,7 +71,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` }}",
@@ -95,6 +95,6 @@
}],
"post-processors": [{
"type": "manifest",
- "output": "output-{{ user `vm_name` }}-{{ build_type }}/manifest.json"
+ "output": "{{ user `output_directory` }}/manifest.json"
}]
}