Skip to content

Commit

Permalink
Merge pull request #169 from Jvekka/linked_clone
Browse files Browse the repository at this point in the history
Replaced depracated differencing_disk with linked_clone
  • Loading branch information
StefanScherer authored Feb 27, 2019
2 parents 199164e + b1b5cd5 commit 895054e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vagrantfile-windows_10.template
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ Vagrant.configure("2") do |config|
config.vm.provider "hyperv" do |v|
v.cpus = 2
v.maxmemory = 2048
v.differencing_disk = true
v.linked_clone = true
end
end
2 changes: 1 addition & 1 deletion vagrantfile-windows_2016_core.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ Vagrant.configure("2") do |config|
config.vm.provider "hyperv" do |v|
v.cpus = 2
v.maxmemory = 2048
v.differencing_disk = true
v.linked_clone = true
end
end
2 changes: 1 addition & 1 deletion vagrantfile-windows_2019_core.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ Vagrant.configure("2") do |config|
config.vm.provider "hyperv" do |v|
v.cpus = 2
v.maxmemory = 2048
v.differencing_disk = true
v.linked_clone = true
end
end

0 comments on commit 895054e

Please sign in to comment.