Merge pull request #12150 from hashicorp/f-add-vi-init-min

Update Vagrantfile.min.erb add vi mode for ruby
This commit is contained in:
Sophia Castellarin 2021-02-04 13:58:53 -06:00 committed by GitHub
commit 6acee0fad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "<%= box_name %>"
<% if box_version -%>