Skip to content

Commit f5824b5

Browse files
authored
Merge pull request #84 from gauravsinghaec/gs-fix-remove-dups-attr
chore: remove duplicate attribute type under builders
2 parents b0581bd + b5dea22 commit f5824b5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packer-templates/application-server.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"ssh_port": 22,
4848
"ssh_username": "vagrant",
4949
"ssh_wait_timeout": "10000s",
50-
"type": "virtualbox-iso",
5150
"vm_name": "{{ user `PACKER_BOX_NAME` }}",
5251
"vboxmanage": [
5352
["modifyvm", "{{.Name}}", "--memory", "1024"],

packer-templates/control-server.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"ssh_port": 22,
4848
"ssh_username": "vagrant",
4949
"ssh_wait_timeout": "10000s",
50-
"type": "virtualbox-iso",
5150
"vm_name": "control-{{ user `PACKER_BOX_NAME` }}",
5251
"vboxmanage": [
5352
["modifyvm", "{{.Name}}", "--memory", "1024"],

0 commit comments

Comments
 (0)