Class Chef::Knife::Core::BootstrapContext
In: lib/chef/knife/core/bootstrap_context.rb
Parent: Object

Instances of BootstrapContext are the context objects (i.e., self) for bootstrap templates. For backwards compatability, they must set the following instance variables:

  • @config - a hash of knife‘s config values
  • @run_list - the run list for the node to boostrap

Methods

Public Class methods

Public Instance methods

[Validate]