Skip to content

Commit b5dea22

Browse files
chore: remove duplicate attribute type under builders
1 parent b0581bd commit b5dea22

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packer-templates/application-server.json

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)