Class: Chef::Knife::Cloud::BootstrapDistribution

Inherits:
Object
  • Object
show all
Defined in:
lib/chef/knife/cloud/chefbootstrap/bootstrap_distribution.rb

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ BootstrapDistribution

Returns a new instance of BootstrapDistribution.



25
26
27
# File 'lib/chef/knife/cloud/chefbootstrap/bootstrap_distribution.rb', line 25

def initialize(config)
  @config = config
end