class Chef::Knife::BootstrapWindowsSsh
Public Instance Methods
run()
click to toggle source
# File lib/chef/knife/bootstrap_windows_ssh.rb, line 73 def run Chef::Application.fatal!(<<~EOM *knife windows bootstrap ssh* Core Chef now supports bootstrapping Windows systems without a knife plugin Use 'knife bootstrap -o ssh' instead. For more detail https://github.com/chef/chef/blob/master/RELEASE_NOTES.md#knife-bootstrap EOM ) end