Class: Chef::Knife::BootstrapWindowsWinrm

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

Instance Method Summary collapse

Methods included from BootstrapWindowsBase

included

Methods included from KnifeWindowsBase

#locate_config_value

Instance Method Details

#runObject



30
31
32
33
34
35
36
37
38
39
40
# File 'lib/chef/knife/bootstrap_windows_winrm.rb', line 30

def run
  Chef::Application.fatal!(<<~EOM
    *knife windows bootstrap winrm*
     Core Chef now supports bootstrapping Windows systems without a knife plugin

     Use 'knife bootstrap -o winrm' instead.

     For more detail https://github.com/chef/chef/blob/master/RELEASE_NOTES.md#knife-bootstrap
  EOM
                          )
end