Class: Chef::Knife::BootstrapWindowsSsh

Inherits:
Bootstrap
  • Object
show all
Includes:
BootstrapWindowsBase
Defined in:
lib/chef/knife/bootstrap_windows_ssh.rb

Instance Method Summary collapse

Methods included from BootstrapWindowsBase

included

Instance Method Details

#runObject



73
74
75
76
77
78
79
80
81
82
83
# 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