summaryrefslogtreecommitdiffstats
path: root/ubuntu-16.04-amd64.json
diff options
context:
space:
mode:
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 67842ed..54a3761 100644
--- a/ubuntu-16.04-amd64.json
+++ b/ubuntu-16.04-amd64.json
@@ -14,7 +14,7 @@
"iso_url": "{{ user `iso_url` }}",
"iso_checksum": "{{ user `iso_checksum` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "{{ build_type }}",
+ "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}",
"vm_name": "{{ user `vm_name` }}",
"disk_size": "{{ user `disk_size` }}",
"format": "qcow2",
@@ -56,7 +56,7 @@
"iso_url": "{{ user `iso_url` }}",
"iso_checksum": "{{ user `iso_checksum` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "{{ build_type }}",
+ "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}",
"vm_name": "{{ user `vm_name` }}",
"disk_size": "{{ user `disk_size` }}",
"headless": "{{ user `headless` }}",
@@ -97,7 +97,7 @@
"iso_url": "{{ user `iso_url` }}",
"iso_checksum": "{{ user `iso_checksum` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "{{ build_type }}",
+ "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}",
"vm_name": "{{ user `vm_name` }}",
"disk_size": "{{ user `disk_size` }}",
"headless": "{{ user `headless` }}",
@@ -135,6 +135,6 @@
}],
"post-processors": [{
"type": "manifest",
- "output": "{{ build_type }}/manifest.json"
+ "output": "output-{{ user `vm_name` }}-{{ build_type }}/manifest.json"
}]
}