Class: Chef

Inherits:
Object
  • Object
show all
Defined in:
lib/chef/provisioning/action_handler.rb,
lib/chef/provisioning.rb,
lib/chef/provider/machine.rb,
lib/chef/resource/machine.rb,
lib/chef/provisioning/driver.rb,
lib/chef/provisioning/driver.rb,
lib/chef/provisioning/machine.rb,
lib/chef/provisioning/version.rb,
lib/chef/provider/machine_file.rb,
lib/chef/resource/machine_file.rb,
lib/chef/provider/load_balancer.rb,
lib/chef/provider/machine_batch.rb,
lib/chef/provider/machine_image.rb,
lib/chef/provisioning/transport.rb,
lib/chef/resource/load_balancer.rb,
lib/chef/resource/machine_batch.rb,
lib/chef/resource/machine_image.rb,
lib/chef/provisioning/recipe_dsl.rb,
lib/chef/provider/machine_execute.rb,
lib/chef/resource/machine_execute.rb,
lib/chef/provisioning/machine_spec.rb,
lib/chef/provisioning/chef_run_data.rb,
lib/chef/provisioning/managed_entry.rb,
lib/chef/provisioning/transport/ssh.rb,
lib/chef/provisioning/transport/winrm.rb,
lib/chef/provisioning/load_balancer_spec.rb,
lib/chef/provisioning/machine_image_spec.rb,
lib/chef/provisioning/managed_entry_store.rb,
lib/chef/provisioning/convergence_strategy.rb,
lib/chef/provisioning/machine/unix_machine.rb,
lib/chef/provisioning/machine/basic_machine.rb,
lib/chef/provisioning/machine/windows_machine.rb,
lib/chef/provisioning/chef_managed_entry_store.rb,
lib/chef/provisioning/add_prefix_action_handler.rb,
lib/chef/provisioning/chef_provider_action_handler.rb,
lib/chef/provisioning/convergence_strategy/install_sh.rb,
lib/chef/provisioning/convergence_strategy/install_msi.rb,
lib/chef/provisioning/convergence_strategy/no_converge.rb,
lib/chef/provisioning/convergence_strategy/install_cached.rb,
lib/chef/provisioning/convergence_strategy/precreate_chef_objects.rb,
lib/chef/provisioning/convergence_strategy/ignore_convergence_failure.rb

Overview

This is included in provisioning drivers to proxy from generic requests needed to specific driver actions

Defined Under Namespace

Modules: DSL, Provisioning Classes: Config, Provider, Resource, ResourceBuilder, ResourceCollection, RunContext