2012-07-15 11:17:58 -07:00

7 lines
120 B
Ruby

module VagrantPlugins
module ProviderVirtualBox
class Provider < Vagrant.plugin("1", :provider)
end
end
end