Sha256: 8a80c6534a134686c6657b6b2a31b15c2a2499c36237f3b4843a4666023d05f4

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

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

module VagrantPlugins
  module Skytap
    module HostBSD
      module Cap
        class SSHTunnel < VagrantPlugins::Skytap::HostCommon::Cap::SSHTunnel
          def self.create_logger
            Log4r::Logger.new("vagrant::hosts::bsd")
          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/bsd/cap/ssh_tunnel.rb
vagrant-skytap-0.2.2 lib/vagrant-skytap/hosts/bsd/cap/ssh_tunnel.rb
vagrant-skytap-0.2.1 lib/vagrant-skytap/hosts/bsd/cap/ssh_tunnel.rb
vagrant-skytap-0.2.0 lib/vagrant-skytap/hosts/bsd/cap/ssh_tunnel.rb