Sha256: 309359a38b39dc7fe3e998d1cf8ebd0f3330d3e9b180ea2e8885d6028fef8f2a

Contents?: true

Size: 349 Bytes

Versions: 4

Compression:

Stored size: 349 Bytes

Contents

require "vagrant-skytap/hosts/common/cap/ssh_tunnel"

module VagrantPlugins
  module Skytap
    module HostLinux
      module Cap
        class SSHTunnel < VagrantPlugins::Skytap::HostCommon::Cap::SSHTunnel
          def self.create_logger
            Log4r::Logger.new("vagrant::hosts::linux")
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-skytap-0.2.3 lib/vagrant-skytap/hosts/linux/cap/ssh_tunnel.rb
vagrant-skytap-0.2.2 lib/vagrant-skytap/hosts/linux/cap/ssh_tunnel.rb
vagrant-skytap-0.2.1 lib/vagrant-skytap/hosts/linux/cap/ssh_tunnel.rb
vagrant-skytap-0.2.0 lib/vagrant-skytap/hosts/linux/cap/ssh_tunnel.rb