Class: KnifeSolo::Bootstraps::Base
- Inherits:
-
Object
- Object
- KnifeSolo::Bootstraps::Base
- Includes:
- Delegates, InstallCommands
- Defined in:
- lib/knife-solo/bootstraps.rb
Overview
InstallCommands
Instance Method Summary collapse
-
#initialize(prepare) ⇒ Base
constructor
A new instance of Base.
- #run_pre_bootstrap_checks ⇒ Object
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_checks ⇒ Object
138 |
# File 'lib/knife-solo/bootstraps.rb', line 138 def run_pre_bootstrap_checks ; end |