vagrant/plugins/kernel_v1/config/vagrant.rb

11 lines
193 B
Ruby

require "vagrant"
module VagrantPlugins
module Kernel_V1
class VagrantConfig < Vagrant.plugin("1", :config)
attr_accessor :dotfile_name
attr_accessor :host
end
end
end