Sha256: 167dae36f00b8cd9f6f054504ddd9b811fe7d7a4148e11ea5462c7af77b9423d

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

module VagrantPlugins
  module Cloudstack
    module Cap
      class WinRM
        def self.winrm_info(machine)
          env = machine.action('read_winrm_info')
          env[:machine_winrm_info]
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.3.0 lib/vagrant-cloudstack/capabilities/winrm.rb
vagrant-cloudstack-1.2.0 lib/vagrant-cloudstack/capabilities/winrm.rb