Sha256: a47816abcae03535a8dc0604786b39a0b94df598b8f23175660c0cb49d74a130

Contents?: true

Size: 413 Bytes

Versions: 47

Compression:

Stored size: 413 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module CommunicatorWinSSH
    class Plugin < Vagrant.plugin("2")
      name "windows ssh communicator"
      description <<-DESC
      DESC

      communicator("winssh") do
        require File.expand_path("../communicator", __FILE__)
        Communicator
      end

      config("winssh") do
        require_relative "config"
        Config
      end
    end
  end
end

Version data entries

47 entries across 43 versions & 5 rubygems

Version Path
vagrant-unbundled-1.9.8.1 plugins/communicators/winssh/plugin.rb
vagrant-unbundled-1.9.7.1 plugins/communicators/winssh/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/communicators/winssh/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/communicators/winssh/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/communicators/winssh/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/communicators/winssh/plugin.rb
vagrant-unbundled-1.9.5.1 plugins/communicators/winssh/plugin.rb