Class: KnifeSolo::Bootstraps::Base

Inherits:
Object
  • Object
show all
Includes:
Delegates, InstallCommands
Defined in:
lib/knife-solo/bootstraps.rb

Overview

InstallCommands

Direct Known Subclasses

Darwin, FreeBSD, Linux, SunOS

Instance Method Summary collapse

Methods included from InstallCommands

#bootstrap!, #distro, #gem_install, #gem_options, #gem_packages, #http_client_get_url, #install_ohai_hints, #omnibus_install, #omnibus_options

Methods included from Delegates

#chef_version, #prepare, #run_command, #stream_command, #ui

Constructor Details

#initialize(prepare) ⇒ Base

Returns a new instance of Base.



133
134
135
136
# File 'lib/knife-solo/bootstraps.rb', line 133

def initialize(prepare)
  # instance of Chef::Knife::SoloPrepare
  @prepare = prepare
end

Instance Method Details

#run_pre_bootstrap_checksObject



138
# File 'lib/knife-solo/bootstraps.rb', line 138

def run_pre_bootstrap_checks ; end