Sha256: 68a33f265db4623665d2a1ac7e2d8b4e05413b15b501e0aec06aa9fae0258f93

Contents?: true

Size: 616 Bytes

Versions: 4

Compression:

Stored size: 616 Bytes

Contents

require "log4r"

module Vagrant
  module Plugin
    module Remote
      autoload :Command, "vagrant/plugin/remote/command"
      autoload :Communicator, "vagrant/plugin/remote/communicator"
      autoload :Guest, "vagrant/plugin/remote/guest"
      autoload :Manager, "vagrant/plugin/remote/manager"
      autoload :Plugin, "vagrant/plugin/remote/plugin"
      autoload :Provider, "vagrant/plugin/remote/provider"
      autoload :Push, "vagrant/plugin/remote/push"
      autoload :Provisioner, "vagrant/plugin/remote/provisioner"
      autoload :SyncedFolder, "vagrant/plugin/remote/synced_folder"
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
vagrant-unbundled-2.3.6.0 lib/vagrant/plugin/remote.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/lib/vagrant/plugin/remote.rb
vagrant-unbundled-2.3.3.0 lib/vagrant/plugin/remote.rb
vagrant-unbundled-2.3.2.0 lib/vagrant/plugin/remote.rb