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 e4616ae commit 5bf9f34
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packer/rhel-7-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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/rhel-8-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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/rhel-9-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"{{.Name}}",
"--cpu-profile",
"host"
],
[
"modifyvm",
"{{.Name}}",
"--nat-localhostreachable1",
"on"
]
],
"vrdp_bind_address": "0.0.0.0",
Expand Down

0 comments on commit 5bf9f34

Please sign in to comment.