Sha256: 166639e7cf11499cbce80b1a5448a2171c598e56bd7911326105b5eb32ada94d

Contents?: true

Size: 505 Bytes

Versions: 14

Compression:

Stored size: 505 Bytes

Contents

module Veewee
  module Provider
    module Vmfusion
      module BoxCommand

        def winrm_options
          winrm_options={
            :user => definition.winrm_user,
            :pass => definition.winrm_password,
            :port => definition.winrm_host_port,
            :basic_auth_only => true,
            :timeout => definition.winrm_login_timeout.to_i,
            :operation_timeout => 600 # ten minutes
          }
          return winrm_options
        end

      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
veewee-0.4.2 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.4.1 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.4.0 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.12 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.11 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.10 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.9 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-atlassian-0.3.11 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.7 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.6 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.5 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.4 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.3 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb
veewee-0.3.2 lib/veewee/provider/vmfusion/box/helper/winrm_options.rb