diff options
-rw-r--r-- | centos-7.3-x86_64.json | 8 |
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" }] } |