From afb9c7f1f73aaf33f7cd80431c70d5153c3b5c9a Mon Sep 17 00:00:00 2001 From: Manuel Messner Date: Mon, 12 Feb 2018 12:30:09 +0100 Subject: centos-7.3-x86_64.json: change output path Signed-off-by: Jonathan Bauer --- centos-7.3-x86_64.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'centos-7.3-x86_64.json') 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" }] } -- cgit v1.2.3-55-g7522