summaryrefslogtreecommitdiffstats
path: root/ubuntu-16.04-amd64.json
diff options
context:
space:
mode:
authorJonathan Bauer2017-05-18 10:53:38 +0200
committerJonathan Bauer2017-05-18 10:53:38 +0200
commit72e0c044413cb29a2a4c8f74e9b661514df7e081 (patch)
tree670db912477656f9d71e6f2de0cd7638a17450b3 /ubuntu-16.04-amd64.json
parentupdated ansible-roles (diff)
downloadpacker-templates-72e0c044413cb29a2a4c8f74e9b661514df7e081.tar.gz
packer-templates-72e0c044413cb29a2a4c8f74e9b661514df7e081.tar.xz
packer-templates-72e0c044413cb29a2a4c8f74e9b661514df7e081.zip
slight change in output directory
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"
}]
}