Skip to content

Commit

Permalink
tests: update Vagrantfile to be Fedora 31
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Dec 11, 2019
1 parent 93ee746 commit 33eb400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/misc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Vagrant.configure(2) do |config|
# mounting /etc/ from vagrant guest into vagrant host
config.vm.synced_folder "/tmp/reverse_mount_etc/", "/etc", type: "sshfs", reverse: true

host = 'vagrant-sshfs-tests'
box = 'fedora/28-cloud-base'
host = 'sshfs-tests'
box = 'fedora/31-cloud-base'

config.vm.define host do | tmp |
tmp.vm.hostname = host
Expand Down

0 comments on commit 33eb400

Please sign in to comment.