Class: Chef::Knife::BootstrapWindowsCertstore
- Inherits:
-
Bootstrap
- Object
- Bootstrap
- Chef::Knife::BootstrapWindowsCertstore
- Includes:
- BootstrapWindowsBase
- Defined in:
- lib/chef/knife/bootstrap_windows_certstore.rb
Instance Method Summary collapse
Methods included from BootstrapWindowsBase
Instance Method Details
#run ⇒ Object
33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/chef/knife/bootstrap_windows_certstore.rb', line 33 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 windows_certstore' instead. For more detail https://github.com/chef/chef/blob/master/RELEASE_NOTES.md#knife-bootstrap EOM ) end |