summaryrefslogtreecommitdiffstats
path: root/centos-7.3-x86_64.json
diff options
context:
space:
mode:
authorJonathan Bauer2017-05-18 10:55:00 +0200
committerJonathan Bauer2017-05-18 10:55:00 +0200
commita9b236e4e56a8650284dc0c7e4c9a7667455a5a9 (patch)
tree9a31e266a41bf505a78de8d9c66f8f762b92af23 /centos-7.3-x86_64.json
parentupgrade packages during initial install (wip) (diff)
downloadpacker-templates-a9b236e4e56a8650284dc0c7e4c9a7667455a5a9.tar.gz
packer-templates-a9b236e4e56a8650284dc0c7e4c9a7667455a5a9.tar.xz
packer-templates-a9b236e4e56a8650284dc0c7e4c9a7667455a5a9.zip
slight change in output directory name
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 34176c2..e355beb 100644
--- a/centos-7.3-x86_64.json
+++ b/centos-7.3-x86_64.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` }}",
"format": "qcow2",
"disk_size": "{{ user `disk_size` }}",
@@ -43,7 +43,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` }}",
@@ -70,7 +70,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` }}",
@@ -94,6 +94,6 @@
}],
"post-processors": [{
"type": "manifest",
- "output": "{{ build_type }}/manifest.json"
+ "output": "output-{{ user `vm_name` }}-{{ build_type }}/manifest.json"
}]
}