Skip to content

Commit

Permalink
include testname in vmname
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 23, 2015
1 parent d9e8e23 commit 5a30d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml.json
Expand Up @@ -13,7 +13,7 @@
"builders": [
{
"type": "qemu",
"vm_name": "{{ user `grml_type` }}_{{ user `grml_version` }}",
"vm_name": "{{ user `grml_type` }}_{{ user `grml_version` }}_{{ user `grml_test` }}",
"iso_url": "{{ user `grml_iso` }}",
"iso_checksum": "{{ user `grml_iso_checksum` }}",
"iso_checksum_type": "{{ user `grml_iso_checksum_type` }}",
Expand Down

0 comments on commit 5a30d35

Please sign in to comment.