Skip to content

Commit

Permalink
fix vagrantfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye committed Jul 26, 2023
1 parent 787af63 commit c7de191
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packaging/linux/smoketest/debian-stable/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", path: "../vagrantcommon/provision_deb.bash"
config.ssh.forward_x11 = true
config.vm.network :forwarded_port, guest: 22, host: 2403, id: "ssh"
config.vbguest.auto_update = false
end
1 change: 0 additions & 1 deletion packaging/linux/smoketest/fedora/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", path: "../vagrantcommon/provision_rpm.bash"
config.ssh.forward_x11 = true
config.vm.network :forwarded_port, guest: 22, host: 2404, id: "ssh"
config.vbguest.auto_update = false
end

0 comments on commit c7de191

Please sign in to comment.