class Chef::Resource::MachineImage

Public Class Methods

new(*args) click to toggle source
Calls superclass method Chef::Resource::Machine::new
# File lib/chef/resource/machine_image.rb, line 12
def initialize(*args)
  super
  @image_options = run_context.chef_provisioning.current_image_options
  @machine_options = run_context.chef_provisioning.current_machine_options
end