mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
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:
commit
6acee0fad4
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "<%= box_name %>"
|
||||
<% if box_version -%>
|
||||
|
|
|
|||
Loading…
Reference in a new issue