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
f187855a
Unverified
Commit
f187855a
authored
Nov 18, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add vmware whitelist_verfied flag
parent
2c0f4481
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
0 deletions
+16
-0
vagrantfile-windows_10.template
vagrantfile-windows_10.template
+2
-0
vagrantfile-windows_2008_r2.template
vagrantfile-windows_2008_r2.template
+2
-0
vagrantfile-windows_2012.template
vagrantfile-windows_2012.template
+2
-0
vagrantfile-windows_2012_r2.template
vagrantfile-windows_2012_r2.template
+2
-0
vagrantfile-windows_2016.template
vagrantfile-windows_2016.template
+2
-0
vagrantfile-windows_2016_docker.template
vagrantfile-windows_2016_docker.template
+2
-0
vagrantfile-windows_7.template
vagrantfile-windows_7.template
+2
-0
vagrantfile-windows_81.template
vagrantfile-windows_81.template
+2
-0
No files found.
vagrantfile-windows_10.template
View file @
f187855a
...
...
@@ -42,6 +42,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"sound.present"
]
=
"FALSE"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -53,6 +54,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
"hyperv"
do
|
v
|
...
...
vagrantfile-windows_2008_r2.template
View file @
f187855a
...
...
@@ -33,6 +33,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -44,5 +45,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
end
vagrantfile-windows_2012.template
View file @
f187855a
...
...
@@ -33,6 +33,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -44,5 +45,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
end
vagrantfile-windows_2012_r2.template
View file @
f187855a
...
...
@@ -33,6 +33,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -44,5 +45,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
end
vagrantfile-windows_2016.template
View file @
f187855a
...
...
@@ -33,6 +33,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -44,5 +45,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
end
end
vagrantfile-windows_2016_docker.template
View file @
f187855a
...
...
@@ -43,6 +43,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
vms
[
"virtualhw.version"
]
=
"11"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -54,6 +55,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
"hyperv"
do
|
v
|
...
...
vagrantfile-windows_7.template
View file @
f187855a
...
...
@@ -33,6 +33,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -44,5 +45,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
end
vagrantfile-windows_81.template
View file @
f187855a
...
...
@@ -33,6 +33,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -44,5 +45,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"FALSE"
v
.
whitelist_verified
=
true
end
end
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