diff --git a/templates/commands/init/Vagrantfile.min.erb b/templates/commands/init/Vagrantfile.min.erb index e9212d815..16d0d5e6e 100644 --- a/templates/commands/init/Vagrantfile.min.erb +++ b/templates/commands/init/Vagrantfile.min.erb @@ -1,3 +1,6 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + Vagrant.configure("2") do |config| config.vm.box = "<%= box_name %>" <% if box_version -%>