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