vagrant/plugins/kernel_v1/config/nfs.rb

11 lines
187 B
Ruby

require "vagrant"
module VagrantPlugins
module Kernel_V1
class NFSConfig < Vagrant.plugin("1", :config)
attr_accessor :map_uid
attr_accessor :map_gid
end
end
end