Skip to content

Commit

Permalink
Merge pull request #438 from legal90/parallels-macosx-names
Browse files Browse the repository at this point in the history
Add "vm_name" parameter to Mac OS X templates for Parallels builder
  • Loading branch information
Seth Thomas committed Sep 11, 2015
2 parents e9e683e + c626880 commit 1e76de6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion macosx-10.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"type": "parallels-iso"
"type": "parallels-iso",
"vm_name": "{{ user `template` }}"
}
],
"post-processors": [
Expand Down
3 changes: 2 additions & 1 deletion macosx-10.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"type": "parallels-iso"
"type": "parallels-iso",
"vm_name": "{{ user `template` }}"
}
],
"post-processors": [
Expand Down
3 changes: 2 additions & 1 deletion macosx-10.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"type": "parallels-iso"
"type": "parallels-iso",
"vm_name": "{{ user `template` }}"
}
],
"post-processors": [
Expand Down
3 changes: 2 additions & 1 deletion macosx-10.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"type": "parallels-iso"
"type": "parallels-iso",
"vm_name": "{{ user `template` }}"
}
],
"post-processors": [
Expand Down

0 comments on commit 1e76de6

Please sign in to comment.