chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Fixed Exception: NameError: uninitialized constant Chef::Knife::Winrm… #500

Closed sanga1794 closed 4 years ago

sanga1794 commented 4 years ago

…Session

Signed-off-by: sanga17 sausekar@msystechnologies.com

Fixed Exception: NameError: uninitialized constant Chef::Knife::WinrmSession

Description

Added missing required file

Related Issue

Fixed: https://github.com/chef/knife-windows/issues/499 https://github.com/chef/chef-workstation/issues/1180#issuecomment-629016336 https://github.com/chef/chef-workstation/issues/1167

Types of changes

Checklist:

btm commented 4 years ago

My commit to get the ruby 2.5 tests work feels like way too much, but I don't know of a trick to make that simpler so it'll work for now.

tas50 commented 4 years ago

This sort of thing is all we should need to get ruby 2.5 compatibility here:

https://github.com/chef/knife-cloud/blob/master/Gemfile#L15