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

Methods included from KnifeWindowsBase

#locate_config_value

Instance Method Details

#runObject



83
84
85
86
87
88
89
90
91
92
93
# File 'lib/chef/knife/bootstrap_windows_ssh.rb', line 83

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