Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
906cbbc5
Commit
906cbbc5
authored
Mar 09, 2014
by
pandrew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add portforwards for rdp and winrm
parent
1673d060
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
vagrantfile-windows_81.template
vagrantfile-windows_81.template
+4
-0
No files found.
vagrantfile-windows_81.template
View file @
906cbbc5
...
...
@@ -13,6 +13,10 @@ Vagrant.configure("2") do |config|
config
.
vm
.
guest
=
:windows
config
.
windows
.
halt_timeout
=
15
# Port forward WinRM and RDP
config
.
vm
.
network
:forwarded_port
,
guest:
3389
,
host:
3389
config
.
vm
.
network
:forwarded_port
,
guest:
5985
,
host:
5985
# Berkshelf
# config.berkshelf.enabled = true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment