Skip to content

Commit

Permalink
tests: switch config.ssh.insert_key to boolean in Vagrantfile
Browse files Browse the repository at this point in the history
It's a boolean, not a string value.
  • Loading branch information
dustymabe committed Jun 20, 2022
1 parent b77809e commit b37e1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/misc/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure(2) do |config|

config.ssh.insert_key = 'true'
config.ssh.insert_key = true

# Test a forward slave mount:
# mounting /etc/ from the vagrant host into the guest
Expand Down

0 comments on commit b37e1e5

Please sign in to comment.