Skip to content

Commit

Permalink
https://github.com/hashicorp/packer/issues/12118#issuecomment-1337627122
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Dec 6, 2022
1 parent f2bc402 commit e72bbf4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packer/debian-10-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"{{.Name}}",
"--cpu-profile",
"host"
],
[
"modifyvm",
"{{.Name}}",
"--nat-localhostreachable1",
"on"
]
],
"vrdp_bind_address": "0.0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packer/debian-11-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"{{.Name}}",
"--cpu-profile",
"host"
],
[
"modifyvm",
"{{.Name}}",
"--nat-localhostreachable1",
"on"
]
],
"vrdp_bind_address": "0.0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packer/debian-testing-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"{{.Name}}",
"--cpu-profile",
"host"
],
[
"modifyvm",
"{{.Name}}",
"--nat-localhostreachable1",
"on"
]
],
"vrdp_bind_address": "0.0.0.0",
Expand Down

0 comments on commit e72bbf4

Please sign in to comment.